EmptyImageMask.Crop

EmptyImageMask.Crop method

Crops mask with the specified rectangle.

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

Return Value

A cropped EmptyImageMask as ImageMask.

See Also