[]
        
(Showing Draft Content)

C1.WPF.Document.CornerRadius.-ctor

CornerRadius Constructor

CornerRadius(double)

Initializes a new instance of the CornerRadius structure.

Declaration
public CornerRadius(double all)
Parameters
Type Name Description
double all

The value for all corners.

CornerRadius(double, double)

Initializes a new instance of the CornerRadius structure.

Declaration
public CornerRadius(double allX, double allY)
Parameters
Type Name Description
double allX

The value for all x radii.

double allY

The value for all y radii.

CornerRadius(double, double, double, double, double, double, double, double)

Initializes a new instance of the CornerRadius structure.

Declaration
public CornerRadius(double topLeftX, double topLeftY, double topRightX, double topRightY, double bottomLeftX, double bottomLeftY, double bottomRightX, double bottomRightY)
Parameters
Type Name Description
double topLeftX

The value of TopLeftX property.

double topLeftY

The value of TopLeftY property.

double topRightX

The value of TopRightX property.

double topRightY

The value of TopRightY property.

double bottomLeftX

The value of BottomLeftX property.

double bottomLeftY

The value of BottomLeftY property.

double bottomRightX

The value of BottomRightX property.

double bottomRightY

The value of BottomRightY property.