Method FromBottomLeft
FromBottomLeft(Int32, Int32, Int32, Int32)
A rectangle with respect to the lower left corner of the device display. This rectangle further captures the desired size of the rectangle in mm.
Declaration
public static Rectangle FromBottomLeft(int bottom, int left, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | bottom | The distance to the lower border in mm. |
System.Int32 | left | The distance to the left border in mm. |
System.Int32 | width | The desired with in mm. |
System.Int32 | height | The desired height in mm. |
Returns
Type | Description |
---|---|
Rectangle | The rectangle. |