|
THPDFPage.ClosePath
|
Nahoru Předchozí Další |
|
Closes path.
Syntaxe Delphi: procedure ClosePath;
Syntaxe C++: void __fastcall ClosePath( void );
Popis 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.
|