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

 

THPDFPage.Ellipse

THPDFPage

 

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.

 

Example

Copyright©2007-2019 losLab.com