[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerRadius.op_Implicit

implicit operator Operator

implicit operator C1CornerRadius(double)

Casting operator to convert a double into a uniform C1CornerRadius.

Declaration
public static implicit operator C1CornerRadius(double uniformLength)
Public Shared Widening Operator CType(uniformLength As Double) As C1CornerRadius
Parameters
Type Name Description
double uniformLength

The string specifying the length.

Returns
Type Description
C1CornerRadius

implicit operator C1CornerRadius(C1CornerValue)

Casting operator to convert a C1CornerValue into a uniform C1CornerRadius.

Declaration
public static implicit operator C1CornerRadius(C1CornerValue uniformLength)
Public Shared Widening Operator CType(uniformLength As C1CornerValue) As C1CornerRadius
Parameters
Type Name Description
C1CornerValue uniformLength

The string specifying the length.

Returns
Type Description
C1CornerRadius

implicit operator C1CornerRadius((C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue))

Casting operator to convert a 4-values tuple of C1CornerValue into a C1CornerRadius.

Declaration
public static implicit operator C1CornerRadius((C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue) cornerValues)
Public Shared Widening Operator CType(cornerValues As (C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue)) As C1CornerRadius
Parameters
Type Name Description
(C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue) cornerValues

The tuple specifying the corner values.

Returns
Type Description
C1CornerRadius

implicit operator C1CornerRadius(string)

Casting operator to convert a string into a C1CornerRadius.

Declaration
public static implicit operator C1CornerRadius(string cornerRadiusString)
Public Shared Widening Operator CType(cornerRadiusString As String) As C1CornerRadius
Parameters
Type Name Description
string cornerRadiusString

The string specifying the corner radius.

Returns
Type Description
C1CornerRadius