|
PdfLineElement Constructor (Single, Single, Single, Single) |
Constructs a pdf line element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfLineElement(
float startX,
float startY,
float endX,
float endY
)
Public Sub New (
startX As Single,
startY As Single,
endX As Single,
endY As Single
)
Parameters
- startX
- Type: SystemSingle
The start position X coordinate. - startY
- Type: SystemSingle
The start position Y coordinate. - endX
- Type: SystemSingle
The end position X coordinate. - endY
- Type: SystemSingle
The end position Y coordinate.
See Also