An NDoc Documented Class Library

pdfPersistentPage.drawCircle Method (Int32, Int32, Int32, predefinedColor, predefinedColor)

Method that adds a circle to the page object [DEPRECATED]

public void drawCircle(
   int X,
   int Y,
   int ray,
   predefinedColor strokeColor,
   predefinedColor 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

pdfPersistentPage Class | sharpPDF Namespace | pdfPersistentPage.drawCircle Overload List