The Images collection class.
Object Model
Remarks
This coclass is not creatable.
Members
Creates a new McImage instance and optionally adds it to the McImages collection.
Create a new McImage from an image file.
Removes an image from the collection.
All members of the Engine.Images collection are removed from the collection.
Count of images in the Images collection
A McStream instance for writing images to file.
Returns an McImage object found in the collection.
Event fired when McEngine.ActiveImage changes or when the last image is closed.
Fired by McImage.ImportProperties after doing the property import
Event fired after the save process is complete.
Event fired when an McImage.Aoi property is assigned a new value or when the Aoi features change.
Event fired before an image is closed by McImages.Remove
Fired by McImage.ImportProperties before doing the property import
Event fired before a new image is created by McImages.Add.
Event fired before an image is opened by McImages.Open
Event fired before an image is saved by McImage.Save or McImage.SaveAs
Event fired after the an image is removed from the collection.
Event fired when an image that was previously the McEngine.ActiveImage is no longer the ActiveImage.
Event fired when one or more frames are appended, inserted or reordered after the initial creation of an image.
Event fired by the McStream object after each frame of an image has been opened but before it is read
Event fired when one or more frames are removed after the initial creation of an image.
Event fired by the McStream object after each frame of an image has been opened but before it is saved
Event fired after the pixel data of one or more frames has been changed.
Event fired when an McImage.LookupTables property LUT is realise.
Event fired by McImage.BeginEndUpdateBlock when exiting a block if multiple frame's pixel data was changed.
Event fired after an image has been created by McImages.Add
Event fired after an image has been opened by McImages.Open or by McImage.Reload
Event fired when an McImage property is assigned a new value.
Event fired during the save process after the McStream has been opened but before the image data is written to file.