HotPDF Delphi PDF Component Developer Guide | ![]() |
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.
|
Copyright©2007-2019 losLab.com |