RoundRect(Graphics,Brush,Pen,Rectangle,Int32,Int32) Method
In This Topic
Draw and fill rounded rectangle.
Syntax
'Declaration
Public Overloads Sub RoundRect( _
ByVal As Graphics, _
ByVal As Brush, _
ByVal As Pen, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Integer _
)
public void RoundRect(
Graphics ,
Brush ,
Pen ,
Rectangle ,
int ,
int
)
Parameters
- g
- brush
- pen
- rc
- radiusX
- radiusY
See Also