An NDoc Documented Class Library

pdfPage.drawRectangle Method

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

Overload List

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

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

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

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

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

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

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

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

Method that adds a rectangle to the page object

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

Method that adds a rectangle to the page object

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

Method that adds a rectangle to the page object

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

Method that adds a rectangle to the page object

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

See Also

pdfPage Class | sharpPDF Namespace