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