DIMcImageEvents_AoiChangedEventHandler Delegate
|
|
Event fired when an McImage.Aoi property is assigned a new value
or when the Aoi features change.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub DIMcImageEvents_AoiChangedEventHandler (
Image As McImage,
Property As Integer
)
Parameters
- Image
- Type: MediaCy.IQL.EngineMcImage
The McImage with the Aoi property being assigned to. - Property
- Type: SystemInt32
The property ID. This will be one of the mcRegionLibPropertyIDs enum values.
RemarksMcImage.Aoi is an McRegions object (McRegions are derived from
McFeatures). This event is fired for all Aoi property assignments, even
those that only affect the displayed appearance of the Aoi. The property
ID's of the appearance changes are all in the range
ID_IDisplayedObjects_RemoveGraphObj through
ID_IDisplayedObjects_SetLineEnding. Note that the McFeatures.ChangeCounter
property can also be compared against a previously captured value to see
if any significant change has been made to the Aoi.
See Also