RectangleF.FromLeftTopRightBottom
RectangleF.FromLeftTopRightBottom method
Creates a RectangleF
structure with upper-left corner and lower-right corner at the specified locations.
public static RectangleF FromLeftTopRightBottom(float left, float top, float right, float bottom)
Parameter | Type | Description |
---|---|---|
left | Single | The x-coordinate of the upper-left corner of the rectangular region. |
top | Single | The y-coordinate of the upper-left corner of the rectangular region. |
right | Single | The x-coordinate of the lower-right corner of the rectangular region. |
bottom | Single | The y-coordinate of the lower-right corner of the rectangular region. |
Return Value
The new RectangleF
that this method creates.
See Also
- struct RectangleF
- namespace Aspose.Imaging
- assembly Aspose.Imaging