[]
        
(Showing Draft Content)

C1.Interop.Size.-ctor

Size Constructor

Size(double, double)

Initializes a new instance of the Size structure.

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

The horizontal component of the Size.

double height

The vertical component of the Size.