Click or drag to resize

IMcView Methods

The IMcView type exposes the following members.

Methods
  NameDescription
Public methodGetClientWindowSize
A method used to retrieve both the ClientWindowHeight and ClientWindowWidth properties.
Public methodGetPanScroll
A method to obtain both the Pan and Scroll properties with a single call.
Public methodMapImageToZoomed
Convert image pixel coordinates into screen coordinates.
Public methodMapZoomedToImage
Converts zoomed coordinates into image coordinates.
Public methodSequenceFastForward
Displays the last frame in the SequenceFrameRange.
Public methodCode exampleSequenceHoldState
Save the play state for restoration, then pause the sequence
Public methodSequencePause
Stops playback of the sequence
Public methodSequencePlayBackward
Displays successively lower frames from the SequenceFrameRange at the SequenceFrameRate.
Public methodSequencePlayForward
Displays successively higher frames from the SequenceFrameRange at the SequenceFrameRate.
Public methodCode exampleSequenceRestoreState
Restores the play state that was saved with a previous call to SequenceHoldState
Public methodSequenceRewind
Displays the first frame in the SequenceFrameRange.
Public methodSequenceStepBackward
Steps backward to a new frame in the SequenceFrameRange
Public methodSequenceStepForward
Steps forward to a new frame in the SequenceFrameRange
Public methodSetCenteredMagnification
Changes the Magnification while centering a given image point
Public methodSetClientWindowSize
A method used to set both the ClientWindowHeight and ClientWindowWidth properties with a single call.
Public methodSetImageToDisplay
Attach an IMcImage to the viewer for display.
Public methodCode exampleSetNotifyPriority
Specify or inquire as to the order in which event clients will receive events.
Public methodSetPanScroll
A method to set both the Pan and Scroll properties with a single call.
Public methodUpdateDisplayPalette
An obsolete method to set a palette for 256-color display mode.
Top
See Also