Crop

Crop(Rectangle)

裁剪图像。

public override void Crop(Rectangle rectangle)
范围类型描述
rectangleRectangle矩形。

也可以看看


Crop(int, int, int, int)

使用班次裁剪图像。

public override void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
范围类型描述
leftShiftInt32左移。
rightShiftInt32右移。
topShiftInt32最高班次。
bottomShiftInt32下移。

也可以看看