Constructor FreeHandLineSegment
Namespace TallComponents.PDF.Shapes
Class FreeHandLineSegment
Creates a new FreeHandLineSegment with given end point.
Syntax
public
FreeHandLineSegment(
Double
x1
,
Double
y1
)
Parameters
Double
x1
Horizontal position of end point.
Double
y1
Vertical position of end point.