ImageGrayscaleMask.Crop

Crop(Size)

Crops mask with the specified size.

public ImageGrayscaleMask Crop(Size size)
ParameterTypeDescription
sizeSizeThe specified size.

Return Value

An cropped ImageGrayscaleMask.

See Also


Crop(int, int)

Crops mask with the specified width and height.

public ImageGrayscaleMask Crop(int width, int height)
ParameterTypeDescription
widthInt32The specified width.
heightInt32The specified height.

Return Value

An cropped ImageGrayscaleMask.

See Also


Crop(Rectangle)

Crops mask with the specified rectangle.

public ImageGrayscaleMask Crop(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleThe specified rectangle.

Return Value

A cropped ImageGrayscaleMask.

See Also