Click or drag to resize

ImageCommandVerifyImage Method

Verify the integrity of an AtalaImage.

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

Parameters

image
Type: Atalasoft.ImagingAtalaImage
An AtalaImage.
Remarks
Throws an ArgumentNullException if the image is null and an ArgumentException if the image's PixelMemory is null or disposed.
See Also