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

PolylineVObject.getPoints Method

Returns an array of points this polyline is constructed from.

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

Syntax

Java Script
function getPoints();

Return Value

The array of points which are nodes of this PolylineVObject.

Remarks

This method corresponds to PolylineVObject.GetPoints server-side member.

See Also

Reference