Click or drag to resize

EllipseIsFullEllipse Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if the actual instance is a full ellipse.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool IsFullEllipse { get; }
Request Example View Source

Property Value

Type: Boolean
Remarks
An ellipse is considered full when its start and end angles are equal.
See Also