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