[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerRadius.-ctor

C1CornerRadius Constructor

C1CornerRadius(C1CornerValue)

Initializes a C1CornerRadius structure that has the specified uniform corners.

Declaration
public C1CornerRadius(C1CornerValue uniformLength)
Parameters
Type Name Description
C1CornerValue uniformLength

The uniform length applied to all four corners of the bounding rectangle.

C1CornerRadius(C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue)

Initializes a C1CornerRadius structure that has specific radius (supplied as a System.Double) applied to each corner of the rectangle.

Declaration
public C1CornerRadius(C1CornerValue topLeft, C1CornerValue topRight, C1CornerValue bottomRight, C1CornerValue bottomLeft)
Parameters
Type Name Description
C1CornerValue topLeft

The radius for the top-left corner of the rectangle.

C1CornerValue topRight

The radius for the top-right corner of the rectangle.

C1CornerValue bottomRight

The radius for the bottom-right corner of the rectangle.

C1CornerValue bottomLeft

The radius for the bottom-left corner of the rectangle.