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

PolylineVObject.SetPoint Method

Sets a point to the specified position.

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

Syntax

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

Parameters

point

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

The point to set.
index

Type: System.Int32

The position to set point to.

See Also

Reference