[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerValue.-ctor

C1CornerValue Constructor

C1CornerValue(double)

Initializes a new instance of the C1CornerValue struct.

Declaration
public C1CornerValue(double length)
Parameters
Type Name Description
double length

The length to create a circle corner.

C1CornerValue(double, double)

Initializes a new instance of the C1CornerValue struct.

Declaration
public C1CornerValue(double horizontal, double vertical)
Parameters
Type Name Description
double horizontal

The horizontal corner value.

double vertical

The vertical corner value.