SetAlphaFromMaskCommand.VerifyProperties Method |
Verifies the properties.
Namespace:
Atalasoft.Imaging.ImageProcessing.Channels
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected override void VerifyProperties(
AtalaImage sourceImage
)
Protected Overrides Sub VerifyProperties (
sourceImage As AtalaImage
)
Parameters
- sourceImage
- Type: Atalasoft.Imaging.AtalaImage
The source image.
ExceptionsException | Condition |
---|
ArgumentNullException | MaskImage |
ArgumentException | MaskImage contains no image data or is disposed.;MaskImage |
See Also