An NDoc Documented Class Library

pdfPage.drawCircle Method (Int32, Int32, Int32, pdfColor, pdfColor)

Method that adds a circle to the page object

public void drawCircle(
   int X,
   int Y,
   int ray,
   pdfColor strokeColor,
   pdfColor fillColor
);

Parameters

X
X position of the circle in the page
Y
Y position of the circle in the page
ray
Circle's ray
strokeColor
Border's color
fillColor
Circle's color

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.drawCircle Overload List