DrawEllipse
Description
Draws an ellipse centered at a certain point which fits into the specified size box.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawEllipse(XPos, YPos, Width, Height: Double;
DrawOptions: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawEllipse(XPos As Double,
YPos As Double, Width As Double, Height As Double,
DrawOptions As Long) As Long
DLL
int DPLDrawEllipse(int InstanceID, double XPos, double YPos, double Width,
double Height, int DrawOptions)
Parameters
XPos | The horizontal co-ordinate of the center of the ellipse |
YPos | The vertical co-ordinate of the center of the ellipse |
Width | The width of the ellipse |
Height | The height of the ellipse |
DrawOptions |
0 = Outline 1 = Fill 2 = Fill and Outline |