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