Click or drag to resize

IMcDisplayResetToDefaults Method

Resets properties to a default state.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Sub ResetToDefaults
Remarks
This method sets core properties to a default state of no blending or masking, no magnification, the image and overlays displayed, with all notify clients enabled. The source region for the display is the whole image with no auto zoom. The FillPattern is a crosshatch and the FillColors are black on white. The DisplayLUT is emptied and both EnableDisplayLUT and EnableResponseLUT are set True. None of the properties relating to which image, frame or channel is being displayed are disturbed. You would generally use this method before any standard use of an McDisplay instance to produce a desired output.
See Also