Click or drag to resize

IMcDisplayEnableUpdates Property

A boolean property used to control whether the viewer should honor Image Changed notifications from the image.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property EnableUpdates As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
Default value is true. When false, the viewer ignores the Image Changed notification. Any repaints that may occur while this property is false are undefined in that the viewer generally uses a cache. If the cache is discarded, or the viewer is directly accessing the image, then the viewer will display the most recent changes to the image. This property is most useful for improving performance, especially if the image will undergo a multitude of interim changes during an involved process.
See Also