|
THPDFPage.ClosePath
|
맨 위 이전 다음 |
|
Closes path.
Delphi 구문: procedure ClosePath;
C++ 구문: void __fastcall ClosePath( void );
설명 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.
|