DrawCircle
Description
Draw a circle on the selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawCircle(XPos, YPos, Radius: Double;
DrawOptions: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawCircle(XPos As Double, YPos As Double,
Radius As Double, DrawOptions As Long) As Long
DLL
int DPLDrawCircle(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 |