Returns the properties of the circle in StringNumberFormat-format.

Namespace:  ceometric.VectorGeometry
Assembly:  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 the properties of the circle in a textual form.

Remarks

This string contains:
  • the hash code,
  • the center point,
  • the normal vector,
  • the radius,
  • the area and
  • the circumference.

See Also