'Declaration
Public Overloads Sub DrawRectangle( _ ByVal pen As PdfPen, _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ )
Parameters
- pen
- PdfPen that determines the color, width, and style of the rectangle.
- x
- The x-coordinate of the upper-left corner of the rectangle to draw.
- y
- The y-coordinate of the upper-left corner of the rectangle to draw.
- width
- Width of the rectangle to draw.
- height
- Height of the rectangle to draw.