[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CornerRadius.-ctor

CornerRadius Constructor

CornerRadius(float)

Initializes a new instance of the CornerRadius structure.

Declaration
public CornerRadius(float all)
Public Sub New(all As Single)
Parameters
Type Name Description
float all

The value for all corners.

CornerRadius(float, float)

Initializes a new instance of the CornerRadius structure.

Declaration
public CornerRadius(float allX, float allY)
Public Sub New(allX As Single, allY As Single)
Parameters
Type Name Description
float allX

The value for all x radii.

float allY

The value for all y radii.

CornerRadius(float, float, float, float, float, float, float, float)

Initializes a new instance of the CornerRadius structure.

Declaration
public CornerRadius(float topLeftX, float topLeftY, float topRightX, float topRightY, float bottomLeftX, float bottomLeftY, float bottomRightX, float bottomRightY)
Public Sub New(topLeftX As Single, topLeftY As Single, topRightX As Single, topRightY As Single, bottomLeftX As Single, bottomLeftY As Single, bottomRightX As Single, bottomRightY As Single)
Parameters
Type Name Description
float topLeftX

The value of TopLeftX property.

float topLeftY

The value of TopLeftY property.

float topRightX

The value of TopRightX property.

float topRightY

The value of TopRightY property.

float bottomLeftX

The value of BottomLeftX property.

float bottomLeftY

The value of BottomLeftY property.

float bottomRightX

The value of BottomRightX property.

float bottomRightY

The value of BottomRightY property.