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

PolylineVObject.RemovePoint Method

Removes point with the specified index.

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

Syntax

Visual Basic
Public Sub RemovePoint ( _
	index As Integer _
)
C#
public void RemovePoint(
	int index
)

Parameters

index

Type: System.Int32

The index of the point to remove.

See Also

Reference