DrawCircle

Vector graphics

Description

Draw a circle on the selected page.

Syntax

Delphi

function TPDFlib.DrawCircle(XPos, YPos, Radius: Double; DrawOptions: Integer): Integer;

ActiveX

Function PDFlib::DrawCircle(XPos As Double, YPos As Double, Radius As Double, DrawOptions As Long) As Long

DLL

int DLDrawCircle(int InstanceID, double XPos, double YPos, double Radius, int DrawOptions);

Parameters

XPosHorizontal co-ordinate of the center of the circle
YPosVertical co-ordinate of center of the circle
RadiusSize of the circle 0 = Outline 1 = Fill 2 = Fill and Outline
DrawOptions