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

PolylineVObject.InsertPoint Method

Inserts the point into the specified position.

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

Syntax

Visual Basic
Public Sub InsertPoint ( _
	point As PointF, _
	index As Integer _
)
C#
public void InsertPoint(
	PointF point,
	int index
)

Parameters

point

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF

The point to insert.
index

Type: System.Int32

The position to insert.

See Also

Reference