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