Creates a new FreeHandStartSegment with given end point.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public FreeHandStartSegment(
	double x,
	double y
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double _
)

Parameters

x
Type: System..::..Double
Horizontal position of start point.
y
Type: System..::..Double
Vertical position of start point.

See Also