| CreateDataObject |
Returns a new instance of an IDataObject that holds a snapshot of the current display in the requested CF_ types.
|
| CreateImage |
Returns a new instance of an McImage that requires no cast when GetDibBlock is called.
Remarks The created McImage holds a snapshot of the current display as a DIB. The new McImage is not part of the Images collection and it is initally not Visible. It has a name based on the ImageToDisplay.Name with _Display appended.
|
| CreatePicture |
Returns an IPicture filled with a bitmap or memory-based EnMetaFile.
|
| EditClear |
A portion of the image is cleared to a given value.
|
| EditCopy |
Copy the display and/or image to the clipboard in one or more formats.
|
| EditCut |
Copy the display and/or image to the clipboard then clear the region that the image data came from.
|
| EditGetClipboardImage |
Get an image from the clipboard in a specified format or formats.
|
| EditPasteAoi |
Image data previously placed on the the clipboard is pasted into the ImageToDisplay.
|
| EditPasteNew |
A new image is created from data previously EditCopy/Cut to the clipboard or from bitmap data on the clipboard.
|
| GetBlendAlignLeftTop |
Retrieves the alignment between the blending image and the displayed image.
|
| GetMaskAlignLeftTop |
Retrieves the alignment between the masking image and the displayed image.
|
| GetMaskingRange |
A method used to return the range of pixels values of interest to the image masking operation.
|
| IsActionAvailable |
Determines if a specified action can be performed.
|
| MapImageToZoomed |
Convert image pixel coordinates into screen coordinates.
|
| MapZoomedToImage |
Converts zoomed coordinates into image coordinates.
|
| ResetToDefaults |
Resets properties to a default state.
|
| SetBlendAlignLeftTop |
Adjusts the alignment between the blending image and the displayed image.
|
| SetMaskAlignLeftTop |
Adjusts the alignment between the masking image and the displayed image.
|
| SetMaskingRange |
A method used to specify the range of pixels values of interest to the image masking operation. Default range is 1 through 255.
|
| SetNotifyPriority |
Specify or inquire as to the order in which event clients will receive events.
|
| AutoZoomMode |  |
A property used to change the magnification of the image so that the image fits the display window.
|
| BlendingFactor |  |
A property that describes the blending ratio between the display image and the blending image.
|
| BlendingFrame |  |
A property containing the frame number of the IMcImage used to visually blend with the displayed image. You may assign McActiveFrame for the active frame or McLastFrame for the last frame. If you assign McAssociatedFrame, you will get the frame that will associate with the current FrameToDisplay; the BlendingFrame will then track changes in the FrameToDisplay. McAssociatedFrame is the default, so if you only assign a BlendingImage, but no BlendingFrame, you will get the associated frame.
|
| BlendingImage |  |
This image is used to visually blend with the displayed image.
|
| BlendingStyle |  |
A property that describes the method of combining the display image and the blending image.
|
| ChannelToView |  |
This property is used to control display of individual R, G or B channels.
|
| DataObject |  |
An IDataObject that exposes the current display
|
| DisplayedHeight |  |
This read/write property indicates the display height of the image after processing by the Magnification or AutoZoomMode properties.
|
| DisplayedWidth |  |
This read/write property indicates the display width of the image after processing by the Magnification or AutoZoomMode properties.
|
| DisplayLUT |  |
This is the lookup table used to pseudo-color the imge for display.
|
| DisplayWhat |  |
Determines whether the Image, Overlays or Both are included in the generated Display.
|
| EditPasteAoiRectangle |  |
A LONGRECT giving the portion of the ImageToDisplay that could be changed by a pasted image.
|
| EnableDisplayLUT |  |
Controls the viewer's ability to pseudo-color the image being dislayed.
|
| EnablePseudoColorLUT |  |
Property controlling and reflecting whether the PseudoColorLUT property is used.
|
| EnableResponseLUT |  |
Controls the viewer's use of the Response LUT attached to the IMcImage.
|
| EnableUpdates |  |
A boolean property used to control whether the viewer should honor Image Changed notifications from the image.
|
| FillColors |  |
The color(s) to use for fill when the image does not cover the display area.
|
| FillPattern |  |
The pattern to use for fill when the image does not cover the display area.
|
| FrameToDisplay |  |
The FrameIndex of the ImageToDisplay Frame being displayed.
|
| ImageToDisplay |  |
A property used to attach an image to the viewer.
|
| Magnification |  |
Expands or contracts the image (zooms in or out) uniformly.
|
| MagnificationX |  |
Expands or contracts the image (zooms in or out) horizontally.
|
| MagnificationY |  |
Expands or contracts the image (zooms in or out) vertically.
|
| MaskingFrame |  |
A property containing the frame number of the IMcImage used to visually overlay a bitmap onto the displayed image.
|
| MaskingImage |  |
A property - Returns an McImage* of an image used to visually overlay a bitmap onto the displayed image.
|
| MaskingLUT |  |
Not Yet Implemented.
|
| NotifyEnabled |  |
Determines if a particular event notify client will receive events.
|
| OwningView |  |
The owning McView instance, if any.
|
| Pan |  |
Shifts the image horizontally.
|
| Scroll |  |
Shifts the image vertically.
|
| SourceRect |  |
The image source rectangle for the Display.
|
| TrackActiveFrame |  |
This boolean property enables tracking of the currently active frame within the attached image.
|
| UseIndexPalette |  |
Used to report or force a viewer mode that is optimized for 256 color systems, such as laptops.
|
| ViewerGroup |  | property ViewerGroup |
| ViewObject |  |
An IViewObject that enables drawing of the display to an hDC
|
| WhichSourceRegion |  |
Controls whether the source region for the display is the whole image, the image AOI or a specified SourceRect.
|
| ZoomedImageHeight |  |
This Read Only property indicates the total height of the image after processing by the Magnification property.
|
| ZoomedImageWidth |  |
This Read Only property indicates the total width of the image after processing by the Magnification property.
|
| AboutToPaint |
Fired during the viewer's OnDraw processing.
|
| Activate |
The OnSetFocus event. The viewer is gaining keyboard input focus.
|
| DblClick |
The user has double clicked within the viewer client window.
|
| Deactivate |
The OnKillFocus event. The viewer is losing keyboard input focus.
|
| KeyDown |
The user has pressed a keyboard key, but not released it.
|
| KeyUp |
The user has pressed and released a keyboard key.
|
| MouseDown |
The user has clicked, but not yet released, a mouse button within the viewer client window.
|
| MouseMove |
The user is moving the mouse over the viewer client window
|
| MouseUp |
The user has released a mouse button within the viewer client window.
|
| Move |
The viewer client window is being moved.
|
| PostPaint |
Fired during the viewer's OnDraw processing.
|
| PropertyChanged |
A Viewer property has changed.
|
| Resize |
The viewer client window is being resized.
|