DrawEllipse
Description
Draws an ellipse centered at a certain point which fits into the specified size box.
Syntax
Delphi
function TQuickPDF0813.DrawEllipse(XPos, YPos, Width, Height: Double;
DrawOptions: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DrawEllipse(XPos As Double, YPos As Double,
Width As Double, Height As Double, DrawOptions As Long) As Long
DLL
int QuickPDFDrawEllipse(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 |