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