Constructs a line element
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public LineElement(
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 X coordinate - startY
- Type: SystemSingle
The start Y coordinate - endX
- Type: SystemSingle
The end X coordinate - endY
- Type: SystemSingle
The end Y coordinate
See Also