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

LineVObject Constructor (PointF, PointF)

Creates and initializes a new LineVObject object using the provided point structures.

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

Syntax

Visual Basic
Public Sub New ( _
	pnt0 As PointF, _
	pnt1 As PointF _
)
C#
public LineVObject(
	PointF pnt0,
	PointF pnt1
)

Parameters

pnt0

Type: System.Drawing.PointF

The structure that represents the first point to connect.
pnt1

Type: System.Drawing.PointF

The structure that represents the second point to connect.

See Also

Reference