RoundedRectangle Constructor
In This Topic
Initializes a new instance of the
RoundedRectangle struct.
Syntax
'Declaration
Public Function New( _
ByVal As RectF, _
ByVal As System.Single, _
ByVal As System.Single _
)
public RoundedRectangle(
RectF ,
System.float ,
System.float
)
Parameters
- bounds
- The bounds of the rounded rectangle.
- radiusX
- The radius X.
- radiusY
- The radius Y.
See Also