Draws the round rect.
Syntax
'Declaration
Public Overloads Sub DrawRoundRect( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
public void DrawRoundRect(
float ,
float ,
float ,
float ,
float ,
float
)
Parameters
- left
- The left.
- top
- The top.
- width
- The width.
- height
- The height.
- edgeWidth
- Width of the edge.
- edgeHeight
- Height of the edge.
See Also