HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.ClosePath
|
Top Previous Next |
Closes path.
Delphi syntax: procedure ClosePath;
C++ syntax: void __fastcall ClosePath( void );
Description Close the current path by appending a straight line segment from the current point to the starting point of the path. This operator terminates the current path; appending another segment to the current path will begin a new path, even if the new segment begins at the endpoint. If the current path is already closed, this method does nothing.
|
Copyright©2007-2019 losLab.com |