[]
Represents on of the corners.
public struct C1CornerValue
Name | Description |
---|---|
C1CornerValue(C1StyleLength) | Initializes a new instance of the C1CornerValue struct. |
C1CornerValue(C1StyleLength, C1StyleLength) | Initializes a new instance of the C1CornerValue struct. |
Name | Description |
---|---|
Horizontal | Gets the horizontal corner value. |
IsAbsolute | Gets a value indicating whether the corner value is represented in absolute lengths. |
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(C1StyleLength) | Casting operator to convert a C1StyleLength into a C1CornerValue. |
implicit operator C1CornerValue(double) | Casting operator to convert a double into a C1CornerValue. |
implicit operator C1CornerValue((C1StyleLength, C1StyleLength)) | Casting operator to convert a 2-values tuple of C1StyleLength into a C1CornerValue. |
operator !=(C1CornerValue, C1CornerValue) | Compares two C1CornerValue structures for inequality. |