HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.Circle
|
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.
Code Example
|