'Declaration Public Overloads Sub DrawRectangle( _
ByVal penPdfPen that determines the color, width, and style of the rectangle.As PdfPen, _
ByVal xThe x-coordinate of the upper-left corner of the rectangle to draw.As Single, _
ByVal yThe y-coordinate of the upper-left corner of the rectangle to draw.As Single, _
ByVal widthThe width of the rectangle to draw.As Single, _
ByVal heightThe height of the rectangle to draw.As Single _
)
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
- The width of the rectangle to draw.
- height
- The height of the rectangle to draw.