OverlayMaskedCommandVerifyProperties Method |
Namespace: Atalasoft.Imaging.ImageProcessing
Exception | Condition |
---|---|
ArgumentNullException | Alpha mask is null. |
ArgumentException | The alpha mask contains no image data. or The alpha mask must be the same size as the top image. |
IncompatiblePixelFormatException | The top image must be Continuous. or The alpha mask must be a grayscale image. |
This method does not check the integrity of the source image itself. That is already done by the time VerifyProperties is called.
Errors should be indicated by throwing an appropriate exception.