ImageGrayscaleMask.ApplyTo

ImageGrayscaleMask.ApplyTo method

Applies current mask to the specified RasterImage.

public void ApplyTo(RasterImage image)
ParameterTypeDescription
imageRasterImageImage to apply mask to.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when the image is not defined.

See Also