[]
        
(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)
Public Sub New(width As Integer, height As Integer)
Parameters
Type Name Description
int width
int height

Size2L(Size)

Initializes a new instance of the Size2L struct.

Declaration
public Size2L(Size sz)
Public Sub New(sz As Size)
Parameters
Type Name Description
Size sz