AddRoundRect(RectangleF,SizeF) 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.Drawing.SizeF _
)
public void AddRoundRect(
System.Drawing.RectangleF ,
System.Drawing.SizeF
)
Parameters
- rc
- The rectangle that represents the round rectangle.
- sz
- The round size.
See Also