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

PolylineVObject.AddPoint Method

Adds the specified point to the end of the points collection.

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

Syntax

Visual Basic
Public Sub AddPoint ( _
	point As PointF _
)
C#
public void AddPoint(
	PointF point
)

See Also

Reference