'Declaration Public Overloads Sub DrawRectangle( _ ByVal pen As PdfPen, _ ByVal rect As RectangleF _ )
public void DrawRectangle( PdfPen pen, RectangleF rect )
public: void DrawRectangle( PdfPen* pen, RectangleF rect )
public: void DrawRectangle( PdfPen^ pen, RectangleF rect )
Parameters
- pen
- PdfPen that determines the color, width, and style of the rectangle.
- rect
- A System.Drawing.RectangleF structure that represents the rectangle to draw.