Click or drag to resize

IMcImage2ImageState Property

State flags for the image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ImageState ( 
	Optional FrameIndex As Integer = -3
) As mcImageStateFlags
	Get

Parameters

FrameIndex (Optional)
Type: SystemInt32
If given as other than the default of McWholeImage (-3), then certain ImageState flags will be set based on the state of the specified frame (FrameIndex may be McActiveFrame). If McLastFrame, then the frame-specific tests that are costly to compute are skipped (the ones relating to how costly it is to load the frame), but other single-frame tests that would apply to all frames (e.g. the ones that set the mcisfTooLargeForBitmap, mcisfTooLargeForBitmapROI and mcisfVeryLargeROI) are still computed. If given as McWholeImage, frame-specific flags are not valid.

Property Value

Type: mcImageStateFlags
Remarks
The top four bits, as masked by mcImageStateFlags.mcisfSettableUserFlagsMask can be set by the user by calling the IMcImage2.SetImageStateUserFlags method.
See Also