Returns some properties of the ellipse in StringNumberFormat-format.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public override string ToString() |
Visual Basic (Declaration) |
---|
Public Overrides Function ToString As String |
Visual C++ |
---|
public: virtual String^ ToString() override |
Return Value
Returns some properties of the ellipse in a textual form.
Remarks
This string contains:
- the hash code of the ellipse,
- the center point of the ellipse,
- the semimajor axis vector of the ellipse,
- the semiminor axis vector of the ellipse,
- the width of the ellipse,
- the height of the ellipse,
- the normal vector of the ellipse,
- the area of the ellipse and
- the circumference of the ellipse.