AddRoundRect(RectangleF,Single,Single,Single,Single) Method
In This Topic
Adds the round rectangle figure for this path.
Syntax
'Declaration
Public Overloads Sub AddRoundRect( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void AddRoundRect(
System.Drawing.RectangleF ,
System.float ,
System.float ,
System.float ,
System.float
)
Parameters
- rc
- The rectangle that represents the round rectangle.
- left
- The round left indent.
- top
- The round top indent.
- right
- The round right indent.
- bottom
- The round bottom indent.
See Also