IMcView Properties |
|
The IMcView type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoScrollMethod | Enables the viewer's automatic mouse pan/scroll and mousewheel zoom. | |
| AutoScrollSpeed | The maximum scrolling speed in image pixels to pan or scroll per
second during autoscroll. | |
| AutoScrollThreshold | The distance, in image pixels, from the display window edges for
autoscrolling. | |
| AutoZoomMode | A property used to specify how the magnification of the image is
automatically changed so that the image fits the display window. | |
| ClientWindowHandle | A Read Only property that contains the HWND of the viewer's
client window. | |
| ClientWindowHeight | A property used to set the height of the viewer's display
client window, including scrollbars, if visible. | |
| ClientWindowWidth | A property used to set the width of the viewer's display
client window, including scrollbars, if visible. | |
| Display | The IMcView's "Display Engine" property | |
| EnableScrollBars | This boolean property allows the client to control whether or not the viewer
will display scroll bars if the image to display is larger than the display window. | |
| FrameToDisplay | The FrameIndex of the ImageToDisplay Frame being displayed. | |
| HorizontalScrollBarVisible | ||
| ImageToDisplay | A property used to attach an image to the viewer. | |
| ImageViewRectBottom | A read only property that describes the bottom coordinate of the
portion of the image being displayed. | |
| ImageViewRectRight | A read only property that describes the right coordinate of the
portion of the image being displayed. | |
| Magnification | Expands or contracts the image (zooms in or out). | |
| NotifyEnabled | Determines if a particular event notify client will receive
events. | |
| Pan | Shifts the image horizontally. | |
| Scroll | Shifts the image vertically. | |
| ScrollBarsAreVisible | This Read Only boolean property allows the client to determine if the
scroll bars are actually being displayed. | |
| SequenceDirection | Indicates whether a sequence is playing, and if so in which direction. | |
| SequenceEndBehavior | Determines the action taken during playback when the end or
beginning of the SequenceFrameRange is passed. | |
| SequenceFrameRange | The range(s) of frames to be displayed during sequence play or stepping. | |
| SequenceFrameRate | The rate at which sequence frames are played | |
| SequenceStepCount | The number of frames from SequenceFrameRange that are stepped at
each display interval during playback. | |
| TrackActiveFrame | This boolean property enables tracking of the currently active frame within
the attached image. | |
| VerticalScrollBarVisible | ||
| ViewerGroup | A read/write property indicating which to which viewer groups this
viewer belongs. | |
| ZoomedImageHeight | This Read Only property indicates the display height of the image
after processing by the Magnification or AutoZoomMode properties. | |
| ZoomedImageWidth | This Read Only property indicates the display width of the image
after processing by the Magnification or AutoZoomMode properties. |