DIMcImageEvents_Event Interface |
![]() |
Namespace: MediaCy.IQL.Engine
Public Interface DIMcImageEvents_Event
The DIMcImageEvents_Event type exposes the following members.
Name | Description | |
---|---|---|
![]() | Activate | Event fired when McEngine.ActiveImage changes or when the
last image is closed. |
![]() | AfterImportProperties | Fired by McImage.ImportProperties after doing the property
import |
![]() | AfterSave | Event fired after the save process is complete. |
![]() | AoiChanged | Event fired when an McImage.Aoi property is assigned a new value
or when the Aoi features change. |
![]() | BeforeClose | Event fired before an image is closed by McImages.Remove |
![]() | BeforeConversion | |
![]() | BeforeImportProperties | Fired by McImage.ImportProperties before doing the property
import |
![]() | BeforeNew | Event fired before a new image is created by McImages.Add. |
![]() | BeforeOpen | Event fired before an image is opened by McImages.Open |
![]() | BeforeSave | Event fired before an image is saved by McImage.Save or McImage.SaveAs |
![]() | Close | Event fired after the image is removed from the collection. |
![]() | Deactivate | Event fired when an image that was previously the McEngine.ActiveImage
is no longer the ThisApplication.ActiveImage. |
![]() | FrameAdded | Event fired when one or more frames are appended, inserted or reordered
after the initial creation of an image. |
![]() | FrameOpen | Event fired by the McStream object after each frame of an image
has been opened but before it is read |
![]() | FrameRemoved | Event fired when one or more frames are removed after the
initial creation of an image. |
![]() | FrameSave | Event fired by the McStream object after each frame of an image
has been opened but before it is saved |
![]() | ImageChanged | Event fired after the pixel data of one or more frames has
been changed. |
![]() | LutChanged | Event fired when an McImage.LookupTables property LUT is realise. |
![]() | MultipleFramesChanged | Event fired by McImage.BeginEndUpdateBlock when exiting
a block if multiple frame's pixel data was changed. |
![]() | New | Event fired after an image has been created by McImages.Add |
![]() | Open | Event fired after an image has been opened by McImages.Open
or by McImage.Reload |
![]() | PropertyChanged | Event fired when an McImage property is assigned a new value. |
![]() | Save | Event fired during the save process after the McStream has been
opened but before the image data is written to file. |