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

LineVObject Constructor (PointF, PointF)

Creates and initializes an instance of the PolylineVObject class using the specified points.

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

Syntax

Visual Basic
Public Sub New ( _
	p1 As PointF, _
	p2 As PointF _
)
C#
public LineVObject(
	PointF p1,
	PointF p2
)

See Also

Reference