RoundedBevelCommand.VerifyProperties Method |
Namespace: Atalasoft.Imaging.ImageProcessing.Effects
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Depth;The depth property must be less than half the width or height of the image, whichever is smaller. |
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.