[]
        
(Showing Draft Content)

C1.Util.DX.RectL.-ctor

RectL Constructor

RectL(int, int)

Initializes a new instance of the RectL struct.

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

RectL(int, int, int, int)

Initializes a new instance of the RectL struct.

Declaration
public RectL(int x, int y, int width, int height)
Parameters
Type Name Description
int x
int y
int width
int height

RectL(Rectangle)

Initializes a new instance of the RectL struct.

Declaration
public RectL(Rectangle rc)
Parameters
Type Name Description
Rectangle rc