THPDFPage.ClosePath

THPDFPage

 

Arriba  Anterior  Siguiente

Closes path.

 

Sintaxis Delphi:

procedure ClosePath;

 

Sintaxis C++:

void __fastcall ClosePath( void );

 

Descripción

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.