FromLTRB Method
FromLTRB(Double, Double, Double, Double)
Creates a new Rect with the specified location and size.
Declaration
public static Rect FromLTRB(double left, double top, double right, double bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Double | left | |
System.Double | top | |
System.Double | right | |
System.Double | bottom |
Returns
Type | Description |
---|---|
Rect |