[]
Represents on of the corners.
public sealed class C1CornerValue : ValueType
| Name | Description |
|---|---|
| C1CornerValue(double) | Initializes a new instance of the C1CornerValue struct. |
| C1CornerValue(double, double) | Initializes a new instance of the C1CornerValue struct. |
| Name | Description |
|---|---|
| Horizontal | Gets the horizontal corner value. |
| IsCircle | Gets whether the radius is uniform. |
| IsZero | Gets whether the radius is zero. |
| Vertical | Gets the vertical corner value. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() |
| Name | Description |
|---|---|
| operator ==(C1CornerValue, C1CornerValue) | Compares two C1CornerValue structures for equality. |
| implicit operator C1CornerValue(double) | Casting operator to convert a C1StyleLength into a C1CornerValue. |
| operator !=(C1CornerValue, C1CornerValue) | Compares two C1CornerValue structures for inequality. |