[]
Casting operator to convert a double into a uniform C1CornerRadius.
public static implicit operator C1CornerRadius(double uniformLength)
Public Shared Widening Operator CType(uniformLength As Double) As C1CornerRadius
| Type | Name | Description |
|---|---|---|
| double | uniformLength | The string specifying the length. |
| Type | Description |
|---|---|
| C1CornerRadius |
Casting operator to convert a C1CornerValue into a uniform C1CornerRadius.
public static implicit operator C1CornerRadius(C1CornerValue uniformLength)
Public Shared Widening Operator CType(uniformLength As C1CornerValue) As C1CornerRadius
| Type | Name | Description |
|---|---|---|
| C1CornerValue | uniformLength | The string specifying the length. |
| Type | Description |
|---|---|
| C1CornerRadius |
Casting operator to convert a 4-values tuple of C1CornerValue into a C1CornerRadius.
public static implicit operator C1CornerRadius((C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue) cornerValues)
Public Shared Widening Operator CType(cornerValues As (C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue)) As C1CornerRadius
| Type | Name | Description |
|---|---|---|
| (C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue) | cornerValues | The tuple specifying the corner values. |
| Type | Description |
|---|---|
| C1CornerRadius |
Casting operator to convert a string into a C1CornerRadius.
public static implicit operator C1CornerRadius(string cornerRadiusString)
Public Shared Widening Operator CType(cornerRadiusString As String) As C1CornerRadius
| Type | Name | Description |
|---|---|---|
| string | cornerRadiusString | The string specifying the corner radius. |
| Type | Description |
|---|---|
| C1CornerRadius |