Inflate
Inflate(Rectangle, int, int)
创建并返回指定的膨胀副本Rectangle结构体。副本按指定的数量膨胀。原本的Rectangle结构保持不变。
public static Rectangle Inflate(Rectangle rect, int x, int y)
| 范围 | 类型 | 描述 |
|---|---|---|
| rect | Rectangle | 这Rectangle从哪个开始。此矩形未修改。 |
| x | Int32 | 膨胀的金额Rectangle水平。 |
| y | Int32 | 膨胀的金额Rectangle垂直。 |
返回值
膨胀的Rectangle.
也可以看看
- struct Rectangle
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
Inflate(int, int)
膨胀这个Rectangle按指定数量。
public void Inflate(int width, int height)
| 范围 | 类型 | 描述 |
|---|---|---|
| width | Int32 | 膨胀的金额Rectangle水平。 |
| height | Int32 | 膨胀的金额Rectangle垂直。 |
也可以看看
- struct Rectangle
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
Inflate(Size)
膨胀这个Rectangle按指定数量。
public void Inflate(Size size)
| 范围 | 类型 | 描述 |
|---|---|---|
| size | Size | 此矩形的膨胀量。 |
也可以看看
- struct Size
- struct Rectangle
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging