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