[]
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(Int32Rect rc)
| Type | Name | Description |
|---|---|---|
| Int32Rect | rc |