DrawRectangle(Pen,RectangleF) Method
In This Topic
Draw rectangle from this document.
Syntax
'Declaration
Public Overloads Sub DrawRectangle( _
ByVal As System.Drawing.Pen, _
ByVal As System.Drawing.RectangleF _
)
public void DrawRectangle(
System.Drawing.Pen ,
System.Drawing.RectangleF
)
Parameters
- pen
- The drawing pen.
- rc
- The drawing rectangle.
See Also