RectangleMask.Crop

RectangleMask.Crop method

Crops mask with the specified rectangle.

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

Return Value

A cropped RectangleMask as ImageMask.

See Also