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