This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject.GetPoints Method

Returns a collection of points this polyline is constructed from.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function GetPoints As IEnumerable(Of PointF)
C#
public IEnumerable<PointF> GetPoints()

Return Value

The IEnumerable<T> collection of points which are nodes of this PolylineVObject.

See Also

Reference