ImageBitMask.Crop

ImageBitMask.Crop method

Crops mask with the specified rectangle.

public override ImageMask Crop(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleThe specified rectangle.

Return Value

A cropped ImageBitMask as ImageMask.

See Also