Click or drag to resize

MediaCy.IQL.Display.Viewer Namespace

Defines the IQL Image Display Engine.
Classes
  ClassDescription
Public classmceventclientConsts
Interfaces
  InterfaceDescription
Public interface_IMcBasicViewEvents_Event
Public interface_IMcViewEvents_Event
Public interfaceIMcBasicView
Minimal viewer interface. Defines the minimum API needed for a custom viewer.
Public interfaceIMcDisplay
An interface implemented by McDisplay.
Public interfaceIMcDisplayEx
An interface implemented by McDisplayEx.
Public interfaceIMcView
The viewer interface.
Public interfaceMcDisplay
An object that can render a McImage or certain other sources and associated overlays into a variety of visible forms.
Public interfaceMcDisplayEx
An object that is exposed by McDisplay to provide for some extended display capabilities.
Public interfaceMcView
The Viewer is an ActiveX control that displays images or certain other sources that are under the control of the Media Cybernetics Imaging Engine.
Delegates
  DelegateDescription
Public delegate_IMcBasicViewEvents_AboutToPaintEventHandler
Public delegate_IMcBasicViewEvents_ActivateEventHandler
Public delegate_IMcBasicViewEvents_DblClickEventHandler
Public delegate_IMcBasicViewEvents_DeactivateEventHandler
Public delegate_IMcBasicViewEvents_KeyDownEventHandler
Public delegate_IMcBasicViewEvents_KeyUpEventHandler
Public delegate_IMcBasicViewEvents_MouseDownEventHandler
Public delegate_IMcBasicViewEvents_MouseMoveEventHandler
Public delegate_IMcBasicViewEvents_MouseUpEventHandler
Public delegate_IMcBasicViewEvents_MoveEventHandler
Public delegate_IMcBasicViewEvents_PostPaintEventHandler
Public delegate_IMcBasicViewEvents_PropertyChangedEventHandler
Public delegate_IMcBasicViewEvents_ResizeEventHandler
Public delegate_IMcViewEvents_AboutToPaintEventHandler
Fired during the viewer's OnDraw processing.
Public delegate_IMcViewEvents_ActivateEventHandler
The OnSetFocus event. The viewer is gaining keyboard input focus.
Public delegate_IMcViewEvents_DblClickEventHandler
The user has double clicked within the viewer client window.
Public delegate_IMcViewEvents_DeactivateEventHandler
The OnKillFocus event. The viewer is losing keyboard input focus.
Public delegate_IMcViewEvents_KeyDownEventHandler
The user has pressed a keyboard key, but not released it.
Public delegate_IMcViewEvents_KeyUpEventHandler
The user has pressed and released a keyboard key.
Public delegate_IMcViewEvents_MouseDownEventHandler
The user has clicked, but not yet released, a mouse button within the viewer client window.
Public delegate_IMcViewEvents_MouseMoveEventHandler
The user is moving the mouse over the viewer client window
Public delegate_IMcViewEvents_MouseUpEventHandler
The user has released a mouse button within the viewer client window.
Public delegate_IMcViewEvents_MoveEventHandler
The viewer client window is being moved.
Public delegate_IMcViewEvents_PostPaintEventHandler
Fired during the viewer's OnDraw processing.
Public delegate_IMcViewEvents_PropertyChangedEventHandler
A Viewer property has changed.
Public delegate_IMcViewEvents_ResizeEventHandler
The viewer client window is being resized.
Enumerations
  EnumerationDescription
Public enumerationmcAutoScrollMethods
Legal values for the McView.AutoScrollMethod property.
Public enumerationmcAutoZoomMode
Legal values for the McView.AutoZoomMode and McDisplay.AutoZoomMode properties.
Public enumerationmcDisplayExCommandFlags
Predefined flags and command codes for theMcDisplayEx.CommandFlags property.
Public enumerationmcDisplayWhat
Legal values for the IMcDisplay.DisplayWhat property.
Public enumerationmcEditPasteAoiOptionFlags
Flags for the McDisplay.EditPasteAoi OptionFlags argument.
Public enumerationmcFillPattern
Legal values for the McDisplay.FillPattern property.
Public enumerationmcImagePtToCenter
Special values for the SetCenteredMagnification method'sImagePtToCenter argument.
Public enumerationmcPaintCode
Special values for the _IMcViewEvents.AboutToPaint and _IMcBasicViewEvents.AboutToPaintmethods' lPaintCode argument. These special values are used to send codes to event sinks that call for special drawing.
Public enumerationmcSequenceEndBehavior
Legal values for the McView.SequenceEndBehavior property.
Public enumerationmcViewBlendStyle
Flags for the McDisplay.BlendingStyle property and also for theMcDisplay.EditPasteAoi BlendOptionFlags argument.
Public enumerationmcViewGroupEnum
Standard values for the IMcBasicView.ViewerGroup property.
Public enumerationmcViewPropertyDispID
Values for the _IMcViewEvents.PropertyChanged and _IMcBasicViewEvents.PropertyChanged lPropertyDispID argument.
Public enumerationmcViewZoomMappingMode
Values for the eMapMode argument of the IMcView.MapImageToZoomed and IMcDisplay.MapImageToZoomed methods.
Public enumerationmcWhatAction
Legal bit values for the IMcDisplay.IsActionAvailable argument WhatAction.
Public enumerationmcWhatCF_Types
Legal bit values for the McDisplay.CreateDataObject,McDisplay.EditCopy, McDisplay.EditCut and McDisplay.EditGetClipboardImage methods CF_Types argument.
Public enumerationmcWhichFillColors
Legal values for the McDisplay.FillColors property's WhichColor argument.
Public enumerationmcWhichSourceRegion
Legal values for the IMcDisplay.WhichSourceRegion property.