[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerValue

C1CornerValue Struct

Represents on of the corners.

Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public struct C1CornerValue
Public Structure C1CornerValue

Constructors

Name Description
C1CornerValue(double)

Initializes a new instance of the C1CornerValue struct.

C1CornerValue(double, double)

Initializes a new instance of the C1CornerValue struct.

Properties

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.

Methods

Name Description
Equals(object)
GetHashCode()

Operators

Name Description
operator ==(C1CornerValue, C1CornerValue)

Compares two C1CornerValue structures for equality.

implicit operator C1CornerValue(double)

Casting operator to convert a double into a C1CornerValue.

implicit operator C1CornerValue((double, double))

Casting operator to convert a 2-values tuple of double into a C1CornerValue.

operator !=(C1CornerValue, C1CornerValue)

Compares two C1CornerValue structures for inequality.