THPDFPage.LineTo Method
HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THPDFPage.LineTo

THPDFPage

 

Top  Previous  Next

Draws line.

 

Delphi syntax:

procedure LineTo ( X, Y: Single );

 

C++ syntax:

void __fastcall LineTo ( float X, float Y );

 

Description

Append a straight line segment from the current point to the point X, Y. The new current point is X, Y.

 

Example

Copyright©2007-2019 losLab.com