DrawRoundRect(RectangleF,Pen,Pen,Pen,Pen,CornerRadius) Method
In This Topic
Draws a rounded border defined by four
Pen objects and
CornerRadius structure.
Syntax
'Declaration
Public Overloads Sub DrawRoundRect( _
ByVal As System.Drawing.RectangleF, _
ByVal As Pen, _
ByVal As Pen, _
ByVal As Pen, _
ByVal As Pen, _
ByVal As CornerRadius _
)
public void DrawRoundRect(
System.Drawing.RectangleF ,
Pen ,
Pen ,
Pen ,
Pen ,
CornerRadius
)
Parameters
- bounds
- The System.Drawing.RectangleF structure that represents the border bounds.
- left
- The left border.
- top
- The top border.
- right
- The right border.
- bottom
- The bottom border.
- cornerRadius
- The border's corner radius.
See Also