An NDoc Documented Class Library

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

Method that adds a circle to the page object

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

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
borderWidth
Border's size

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.drawCircle Overload List