[]
Initializes a new instance of the CornerRadius structure.
public CornerRadius(float all)
Public Sub New(all As Single)
Type | Name | Description |
---|---|---|
float | all | The value for all corners. |
Initializes a new instance of the CornerRadius structure.
public CornerRadius(float allX, float allY)
Public Sub New(allX As Single, allY As Single)
Initializes a new instance of the CornerRadius structure.
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)
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. |