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

C#
public IEnumerable<PointF> GetPoints()

Return Value

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

See Also

Reference