Click or drag to resize

SwapChannelsCommandVerifyProperties Method

Verify the integrity of properties in the command before processing an image.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void VerifyProperties(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to be processed.
Exceptions
ExceptionCondition
ArgumentException The channel values are invalid for this image. or The channel values are invalid for this image. or The channel values are invalid for this image. or The channel values are invalid for this image. or Region of interest cannot be used with 48-bit images. or The channel values are invalid for this image. or Region of interest cannot be used with 64-bit images. or The source image must be at least 16-bit.
Remarks

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.

See Also