Rectangle.FromLeftTopRightBottom
Rectangle.FromLeftTopRightBottom method
创建一个Rectangle
具有指定边缘位置的结构.
public static Rectangle FromLeftTopRightBottom(int left, int top, int right, int bottom)
范围 | 类型 | 描述 |
---|---|---|
left | Int32 | 这个的左上角的x坐标Rectangle 结构。 |
top | Int32 | 这个的左上角的y坐标Rectangle 结构。 |
right | Int32 | 这个的右下角的x坐标Rectangle 结构。 |
bottom | Int32 | 这个右下角的y坐标Rectangle 结构。 |
返回值
新的Rectangle
该方法创建的。
也可以看看
- struct Rectangle
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD