[]
        
(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)
Public Sub New(length As Double)
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)
Public Sub New(horizontal As Double, vertical As Double)
Parameters
Type Name Description
double horizontal

The horizontal corner value.

double vertical

The vertical corner value.