Constructs a line element
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic 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 Single
- The start X coordinate
- startY Single
- The start Y coordinate
- endX Single
- The end X coordinate
- endY Single
- The end Y coordinate
See Also