An NDoc Documented Class Library

pdfPersistentPage.drawCircle Method

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

Overload List

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

public void drawCircle(int,int,int,predefinedColor,predefinedColor);

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

public void drawCircle(int,int,int,predefinedColor,predefinedColor,predefinedLineStyle);

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

public void drawCircle(int,int,int,predefinedColor,predefinedColor,predefinedLineStyle,int);

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

public void drawCircle(int,int,int,predefinedColor,predefinedColor,int);

Method that adds a circle to the page object

public void drawCircle(int,int,int,pdfColor,pdfColor);

Method that adds a circle to the page object

public void drawCircle(int,int,int,pdfColor,pdfColor,predefinedLineStyle);

Method that adds a circle to the page object

public void drawCircle(int,int,int,pdfColor,pdfColor,predefinedLineStyle,int);

Method that adds a circle to the page object

public void drawCircle(int,int,int,pdfColor,pdfColor,int);

See Also

pdfPersistentPage Class | sharpPDF Namespace