Crop
Crop(Rectangle)
裁剪图像。
public override void Crop(Rectangle rectangle)
范围 | 类型 | 描述 |
---|---|---|
rectangle | Rectangle | 矩形。 |
也可以看看
- struct Rectangle
- class WebPImage
- 命名空间 Aspose.Imaging.FileFormats.Webp
- 部件 Aspose.Imaging
Crop(int, int, int, int)
使用班次裁剪图像。
public override void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
范围 | 类型 | 描述 |
---|---|---|
leftShift | Int32 | 左移。 |
rightShift | Int32 | 右移。 |
topShift | Int32 | 最高班次。 |
bottomShift | Int32 | 下移。 |
也可以看看
- class WebPImage
- 命名空间 Aspose.Imaging.FileFormats.Webp
- 部件 Aspose.Imaging