[]
        
(Showing Draft Content)

C1.Util.DX.Size2L.-ctor

Size2L Constructor

Size2L(int, int)

Initializes a new instance of the Size2L struct.

Declaration
public Size2L(int width, int height)
Parameters
Type Name Description
int width
int height

Size2L(Size)

Initializes a new instance of the Size2L struct.

Declaration
public Size2L(Size sz)
Parameters
Type Name Description
Size sz