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