THPDFPage.Circle Method

 

THPDFPage.Circle

THPDFPage

 

למעלה  הקודם  הבא

Draws the circle defined by a bounding rectangle on the canvas.

 

Delphi syntax:

procedure Circle( X, Y, Radius: Single );

 

C++ syntax:

void __fastcall Circle( float X, float Y, float Radius );

 

תיאור

 

קרא ל-Circle כדי לצייר עיגול. ציין קואורדינטות מרכז (X, Y) ו-Radius

 

Code Example

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