DrawCircle
Description
Draw a circle on the selected page.
Syntax
Delphi
function TQuickPDF0813.DrawCircle(XPos, YPos, Radius: Double;
DrawOptions: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DrawCircle(XPos As Double, YPos As Double,
Radius As Double, DrawOptions As Long) As Long
DLL
int QuickPDFDrawCircle(int InstanceID, double XPos, double YPos, double Radius,
int DrawOptions)
Parameters
| XPos | Horizontal co-ordinate of the center of the circle |
| YPos | Vertical co-ordinate of center of the circle |
| Radius | Size of the circle |
| DrawOptions |
0 = Outline 1 = Fill 2 = Fill and Outline |