fromLTRB
Rectangle.fromLTRB
fromLTRB(int $left, int $top, int $right, int $bottom)
FromLTRB Shared Method Produces a Rectangle structure from left, top, right, and bottom coordinates.
| Parameter | Type | Description |
|---|---|---|
$left | int | |
$top | int | |
$right | int | |
$bottom | int |