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下移。

例外

例外(健康)状况
ArgumentException矩形不正确。 - rectangle or 矩形必须包含在图像边界中。 - 矩形
ImageException无法裁剪图像。帧索引:" + frameIndex or 无法裁剪图像。

也可以看看