DrawEllipse

Vector graphics

Description

Draws an ellipse centered at a certain point which fits into the specified size box.

Syntax

Delphi

function TPDFlib.DrawEllipse(XPos, YPos, Width, Height: Double; DrawOptions: Integer): Integer;

ActiveX

Function PDFlib::DrawEllipse(XPos As Double, YPos As Double, Width As Double, Height As Double, DrawOptions As Long) As Long

DLL

int DLDrawEllipse(int InstanceID, double XPos, double YPos, double Width, double Height, int DrawOptions);

Parameters

XPosThe horizontal co-ordinate of the center of the ellipse The vertical co-ordinate of the center of the ellipse
YPosThe width of the ellipse
Width
HeightThe height of the ellipse
DrawOptions0 = Outline 1 = Fill 2 = Fill and Outline