[]
        
(Showing Draft Content)

C1.Android.Core.C1Size.-ctor

C1Size Constructor

C1Size(double, double)

Initializes a new instance of the C1Size structure and assigns it an initial width and height.

Declaration
public C1Size(double width, double height)
Parameters
Type Name Description
double width

The initial width of the instance of C1Size.

double height

The initial height of the instance of C1Size.