FAreaRounded Constructor

Create a new instance of the FAreaRounded item.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public FAreaRounded(
	float x,
	float y,
	float width,
	float height,
	float roundedX,
	float roundedY
)

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.

See Also