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