DrawRoundRect(RectangleF,Pen,Pen,Pen,Pen,CornerRadius) Method
Draws a rounded border defined by four
Pen objects and
CornerRadius structure.
'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 _
)
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.