[]
Initializes a new instance of the ImageRect struct.
public ImageRect(int width, int height)
| Type | Name | Description |
|---|---|---|
| int | width | |
| int | height |
Initializes a new instance of the ImageRect struct.
public ImageRect(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 ImageRect struct.
public ImageRect(RectL rc)
| Type | Name | Description |
|---|---|---|
| RectL | rc |
Initializes a new instance of the ImageRect struct.
public ImageRect(Rectangle rc)
| Type | Name | Description |
|---|---|---|
| Rectangle | rc |