[]
        
(Showing Draft Content)

C1.Document.CornerRadius.-ctor

CornerRadius Constructor

CornerRadius(double)

Initializes a new instance of the CornerRadius structure.

Declaration
public CornerRadius(double all)
Public Sub New(all As Double)
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)
Public Sub New(allX As Double, allY As Double)
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)
Public Sub New(topLeftX As Double, topLeftY As Double, topRightX As Double, topRightY As Double, bottomLeftX As Double, bottomLeftY As Double, bottomRightX As Double, bottomRightY As Double)
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.