[]
Creates a RectL struct from (left, top, right, bottom) coordinates.
public static RectL 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 RectL
| Type | Name | Description |
|---|---|---|
| int | left | |
| int | top | |
| int | right | |
| int | bottom |
| Type | Description |
|---|---|
| RectL |