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

 

THPDFPage.ClosePathStroke

THPDFPage

 

Top  Previous  Next

Close and stroke the path.

 

Delphi syntax:

procedure ClosePathStroke;

 

C++ syntax:

void __fastcall ClosePathStroke( void );

 

Description

Call ClosePathStroke method for close and stroke the path. This method has the same effect as the calling sequence ClosePath , Stroke.

 

Code Example

HPDF.CurrentPage.Circle( 100, 100, 75 );   // Center on 100, 100, Radius 75
HPDF.CurrentPage.Stroke;                    // Draw circle outline
Copyright©2007-2025 losLab.com