THPDFContentBuilder.LineTo Method

Appends the l operator to add a straight path segment

Declaration

function LineTo(X, Y: Single): THPDFContentBuilder;

Unit

HPDFDoc

Parameters

NamePurpose
XPage coordinate or size value expressed in the current HotPDF coordinate space
YPage coordinate or size value expressed in the current HotPDF coordinate space

Return value

Returns a THPDFContentBuilder value

Usage notes

Related APIs