Tests if the ellipse is circular.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public bool IsCircular { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsCircular As Boolean |
Visual C++ |
---|
public: property bool IsCircular { bool get (); } |
Field Value
True if the ellipse is circular, false otherwise.
Remarks
An ellipse is circular if the lengths of the axes are equal.