Click or drag to resize

ImageResults Constructor (AtalaImage, Boolean)

Construct a new ImageResults object with the supplied values.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageResults(
	AtalaImage image,
	bool isImageSourceImage
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image that was the result of processing
isImageSourceImage
Type: SystemBoolean
An indicator as to whether or not image is the same AtalaImage as the original image.
See Also