Click or drag to resize

ImageSourceNotifyChangedImage Method (AtalaImage)

This method is used to inform an ImageSource that one of its current acquired images has changed.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void NotifyChangedImage(
	AtalaImage originalImage
)

Parameters

originalImage
Type: Atalasoft.ImagingAtalaImage
The original image acquired through one of Acquire methods.
See Also