[]
        
(Showing Draft Content)

C1.Android.Core.C1Thickness.-ctor

C1Thickness Constructor

C1Thickness(double)

Initializes a C1Thickness structure that has the specified uniform length on each side.

Declaration
public C1Thickness(double uniformLength)
Parameters
Type Name Description
double uniformLength

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

C1Thickness(double, double, double, double)

Initializes a C1Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.

Declaration
public C1Thickness(double left, double top, double right, double bottom)
Parameters
Type Name Description
double left

The thickness for the left side of the rectangle.

double top

The thickness for the upper side of the rectangle.

double right

The thickness for the right side of the rectangle.

double bottom

The thickness for the lower side of the rectangle.