Crop
Crop(Rectangle)
裁剪图像。
public abstract void Crop(Rectangle rectangle)
范围 | 类型 | 描述 |
---|---|---|
矩形 | Rectangle | 矩形。 |
也可以看看
- struct Rectangle
- class RasterImage
- 命名空间 Aspose.CAD
- 部件 Aspose.CAD
Crop(int, int, int, int)
带班次的裁剪图像。
public virtual void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
范围 | 类型 | 描述 |
---|---|---|
leftShift | Int32 | 左移。 |
rightShift | Int32 | 右移。 |
topShift | Int32 | 顶部移位。 |
bottomShift | Int32 | 底部移位。 |
也可以看看
- class RasterImage
- 命名空间 Aspose.CAD
- 部件 Aspose.CAD