Click or drag to resize

ImageCollectionCurrent Property

Gets or sets the current image in this collection.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage Current { get; set; }

Property Value

Type: AtalaImage
This is the image that is processed by any commands and displayed in the WorkspaceViewer.
Remarks
The Current image in the collection is the image that is considered active if there is an associated Workspace that has a reference to this collection. Any image processing commands will be applied to the Current image.
See Also