Creates a new FreeHandLineSegment with given end point.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public FreeHandLineSegment( double x1, double y1 ) |
| Visual Basic |
|---|
Public Sub New ( _ x1 As Double, _ y1 As Double _ ) |
Parameters
- x1
- Type: System..::..Double
Horizontal position of end point.
- y1
- Type: System..::..Double
Vertical position of end point.