FAreaRounded Constructor
Create a new instance of the FAreaRounded item.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public FAreaRounded(
float x,
float y,
float width,
float height,
float roundedX,
float roundedY
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single,
roundedX As Single,
roundedY As Single
)
No code example is currently available or this language may not be supported.
Parameters
- x Single
-
Horizontal coordinate of the rectangle.
- y Single
-
Vertical coordinate of the rectangle.
- width Single
-
Width of the rectangle.
- height Single
-
Height of the rectangle.
- roundedX Single
-
Rounded corner X radius.
- roundedY Single
-
Rounded corner Y radius.