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

 

Примерен код

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