Converts the point set into an array of points.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Point[] ToArray()
Visual Basic (Declaration)
Public Function ToArray As Point()
Visual C++
public:
array<Point^>^ ToArray()

Return Value

Returns an array of points.

See Also