'Declaration Public Overloads Sub DrawRectangle( _
ByVal penPdfPen that determines the color, width, and style of the rectangle.As PdfPen, _
ByVal rectA System.Drawing.RectangleF structure that represents the rectangle to draw.As System.Drawing.RectangleF _
)
public void DrawRectangle(
PdfPen pen,
System.Drawing.RectangleF rect
)
public: void DrawRectangle(
PdfPen* pen,
System.Drawing.RectangleF* rect
)
public:
void DrawRectangle(
PdfPen^ pen,
System.Drawing.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.