THPDFPage.ClosePathStroke Method

 

THPDFPage.ClosePathStroke

THPDFPage

 

Vrh  Prejšnja  Naslednja

Close and stroke the path.

 

Delphi syntax:

procedure ClosePathStroke;

 

C++ syntax:

void __fastcall ClosePathStroke( void );

 

Description

Pokličite ClosePathStroke za zapiranje in risanje poti. Ta metoda ima enak učinek kot zaporedje ClosePath , Stroke

 

Code Example

HPDF.CurrentPage.Circle( 100, 100, 75 );   // Center on 100, 100, Radius 75
HPDF.CurrentPage.Stroke;                    // Draw circle outline