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)
Public Function GetPoints As IEnumerable(Of PointF)
public IEnumerable<PointF> GetPoints()
The IEnumerable<T> collection of points which are nodes of this PolylineVObject.