[]
Initializes a C1CornerRadius structure that has the specified uniform corners.
public C1CornerRadius(C1CornerValue uniformLength)
Type | Name | Description |
---|---|---|
C1CornerValue | uniformLength | The uniform length applied to all four corners of the bounding rectangle. |
Initializes a C1CornerRadius structure that has specific radius (supplied as a System.Double) applied to each corner of the rectangle.
public C1CornerRadius(C1CornerValue topLeft, C1CornerValue topRight, C1CornerValue bottomRight, C1CornerValue bottomLeft)
Type | Name | Description |
---|---|---|
C1CornerValue | topLeft | The radius for the top-left corner of the rectangle. |
C1CornerValue | topRight | The radius for the top-right corner of the rectangle. |
C1CornerValue | bottomRight | The radius for the bottom-right corner of the rectangle. |
C1CornerValue | bottomLeft | The radius for the bottom-left corner of the rectangle. |