THPDFContentBuilder.LineTo Method
Method summary: THPDFContentBuilder.LineTo Method
Declaration
function LineTo(X, Y: Single): THPDFContentBuilder;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
X | Coordinate |
Y | Coordinate |
Return value
Returns a value: THPDFContentBuilder
Usage notes
- The method returns Self so calls can be chained in operator order
- Coordinates and widths use PDF user-space units
Related APIs
- THPDFContentBuilder
- THotPDF
- THPDFPage
- Contents