IMcImageActiveFrameUpdateCount Property
|
|
A count of updates to the active frame's pixels.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxReadOnly Property ActiveFrameUpdateCount As Integer
Get
Property Value
Type:
Int32
RemarksThis property can be used to verify that pixel data associated with
some calculation on the active frame, is still the same as that used for a
previous calculation. Note that the AllFramesUpdateCount tracks all frames, not
just the active frame, so use that property if any change to image pixel data is
significant.
Changes to image properties do not change this count; use PropertyChangeCount
to track those changes.
See Also