Click or drag to resize

IMcDisplay Properties

The IMcDisplay type exposes the following members.

Properties
  NameDescription
Public propertyAutoZoomMode
A property used to specify how the magnification of the image is automatically changed so that the image fits the display window.
Public propertyBlendingFactor
A property that describes the blending ratio between the display image and the blending image.
Public propertyBlendingFrame
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.
Public propertyBlendingImage
This image is used to visually blend with the displayed image.
Public propertyBlendingStyle
A property that describes the method of combining the display image and the blending image.
Public propertyChannelToView
This property is used to control display of individual R, G or B channels.
Public propertyDataObject
An IDataObject that exposes the current display
Public propertyDisplayedHeight
This read/write property indicates the display height of the image after processing by the Magnification or AutoZoomMode properties.
Public propertyDisplayedWidth
This read/write property indicates the display width of the image after processing by the Magnification or AutoZoomMode properties.
Public propertyCode exampleDisplayLUT
A lookup table that can be used change the appearance of the display.
Public propertyDisplayWhat
Determines whether the Image, Overlays or Both are included in the generated Display.
Public propertyCode exampleEditPasteAoiRectangle
A LONGRECT giving the portion of the ImageToDisplay that could be changed by a pasted image.
Public propertyEnableDisplayLUT
Controls whether the DisplayLUT property is used to modify the display
Public propertyEnablePseudoColorLUT
A pseudonym for EnableDisplayLUT.
Public propertyEnableResponseLUT
Controls whether the ImageToDisplay.LookupTable property is used to modify the display
Public propertyEnableUpdates
A boolean property used to control whether the viewer should honor Image Changed notifications from the image.
Public propertyCode exampleFillColors
The color(s) to use for fill when the image does not cover the display area.
Public propertyCode exampleFillPattern
The pattern to use for fill when the image does not cover the display area.
Public propertyFrameToDisplay
The FrameIndex of the ImageToDisplay Frame being displayed.
Public propertyImageToDisplay
A property used to attach an image to the viewer.
Public propertyMagnification
Expands or contracts the image (zooms in or out) uniformly.
Public propertyMagnificationX
Expands or contracts the image (zooms in or out) horizontally.
Public propertyMagnificationY
Expands or contracts the image (zooms in or out) vertically.
Public propertyMaskingFrame
The frame index of the McImage used to visually overlay a bitmap onto the displayed image.
Public propertyCode exampleMaskingImage
A McImage used for masking.
Public propertyCode exampleMaskingLUT
A lookup table that can be used to pseudo color the MaskingImage.
Public propertyNotifyEnabled
Determines if a particular event notify client will receive events.
Public propertyOwningView
The owning McView instance, if any.
Public propertyPan
Shifts the image horizontally.
Public propertyScroll
Shifts the image vertically.
Public propertySourceRect
The image source rectangle for the Display.
Public propertyTrackActiveFrame
This boolean property enables tracking of the currently active frame within the attached image.
Public propertyUseIndexPalette
Used to report a display mode that uses only 256 colors.
Public propertyViewerGroup
Public propertyViewObject
An IViewObject that enables drawing of the display to an hDC
Public propertyCode exampleWhichSourceRegion
Controls whether the source region for the display is the whole image, the image AOI or a specified SourceRect.
Public propertyZoomedImageHeight
This Read Only property indicates the total height of the image after processing by the Magnification property.
Public propertyZoomedImageWidth
This Read Only property indicates the total width of the image after processing by the Magnification property.
Top
See Also