RoundRectFigure Constructor(RectangleF,Single)
In This Topic
Initializes a new instance of the
RoundRectFigure class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Single _
)
public RoundRectFigure(
System.Drawing.RectangleF ,
System.float
)
Parameters
- bounds
- radius
See Also