Initializes a new instance of the
CornerRadius structure.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double _
)
public CornerRadius(
System.double ,
System.double
)
Parameters
- allX
- The value for all x radii.
- allY
- The value for all y radii.
See Also