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