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