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

 

THPDFPage.Circle

THPDFPage

 

Top  Previous  Next

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 );

 

Description

 

Call Circle to draw a circle. Specify center coordinates ( X, Y) and Radius.

 

Example

 

 

Copyright©2007-2019 losLab.com