HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.Ellipse
|
Top Previous Next |
|
Draws the ellipse defined by a bounding rectangle.
Delphi syntax: procedure Ellipse( X, Y, Width, Height: Single );
C++ syntax: void __fastcall Ellipse( float X, float Y, float Width, float Height );
Description Call Ellipse to draw a circle or ellipse. Specify the bounding rectangle either by giving the top left point at pixel coordinates ( X, Y) and the Width and Height of the rectangle.
Code Example
|