[]
Creates a ImageRect struct from (left, top, right, bottom) coordinates.
public static ImageRect FromLTRB(int left, int top, int right, int bottom)
| Type | Name | Description |
|---|---|---|
| int | left | |
| int | top | |
| int | right | |
| int | bottom |
| Type | Description |
|---|---|
| ImageRect |