DrawRoundRect Method (SvgRendering)
In This Topic
Draw round rectangle with current stroke and fill.
Syntax
'Declaration
Public Sub DrawRoundRect( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
public void DrawRoundRect(
System.double ,
System.double ,
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- x
- x-coordinate of rectangle.
- y
- y-coordinate of rectangle.
- w
- Rectangle width.
- h
- Rectangle height.
- rx
- x-radius.
- ry
- y-radius.
See Also