PhotoShadowBoostCommand.VerifyProperties Method |
Verify the integrity of properties in the command before processing an image.
Namespace:
Atalasoft.Imaging.ImageProcessing.Effects
Assembly:
Atalasoft.dotImage.AdvancedPhotoEffects (in Atalasoft.dotImage.AdvancedPhotoEffects.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected override void VerifyProperties(
AtalaImage image
)
Protected Overrides Sub VerifyProperties (
image As AtalaImage
)
Parameters
- image
- Type: Atalasoft.Imaging.AtalaImage
The image to be processed.
RemarksThis 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.
See Also