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 LongDLL
int DLDrawEllipse(int InstanceID, double XPos, double YPos, double Width, double Height, int DrawOptions);Parameters
| XPos | The horizontal co-ordinate of the center of the ellipse The vertical co-ordinate of the center of the ellipse |
|---|---|
| YPos | The width of the ellipse |
| Width | |
| Height | The height of the ellipse |
| DrawOptions | 0 = Outline 1 = Fill 2 = Fill and Outline |