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

C#
public void RemovePoint(
	int index
)

Parameters

index

Type: System..Int32

The index of the point to remove.

See Also

Reference