[]
Initializes a new instance of the RectL struct.
public RectL(int width, int height)
Type | Name | Description |
---|---|---|
int | width | |
int | height |
Initializes a new instance of the RectL struct.
public RectL(int x, int y, int width, int height)
Type | Name | Description |
---|---|---|
int | x | |
int | y | |
int | width | |
int | height |
Initializes a new instance of the RectL struct.
public RectL(Rectangle rc)
Type | Name | Description |
---|---|---|
Rectangle | rc |