FromLTRB
Rectangle.FromLTRB method
创建一个Rectangle具有指定边缘位置的结构。
public static Rectangle FromLTRB(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
- 命名空间 System.Drawing
- 部件 Aspose.Drawing