Click or drag to resize

IMcHistogramChangeCount Property

A count of changes to histogram properties.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ChangeCount As Integer
	Get

Property Value

Type: Int32
Remarks
This property can be used to verify that the histogram associated with some calculation is still the same as that used for a previous calculation. The ChangeCount is also incremented when the underlying image data changes, so that the histogram itself needs to be recomputed.
See Also