FromLeftTopRightBottom
RectangleF.FromLeftTopRightBottom method
创建一个RectangleF
在指定位置具有左上角和右下角的结构。
public static RectangleF FromLeftTopRightBottom(float left, float top, float right, float bottom)
范围 | 类型 | 描述 |
---|---|---|
left | Single | 矩形区域左上角的 x 坐标。 |
top | Single | 矩形区域左上角的 y 坐标。 |
right | Single | 矩形区域右下角的 x 坐标。 |
bottom | Single | 矩形区域右下角的 y 坐标。 |
返回值
新的RectangleF
该方法创建的。
也可以看看
- struct RectangleF
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging