IMcDisplay Methods |
|
The IMcDisplay type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 | Returns 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 | Sets the range of pixels values of interest for the image masking
operation. | |
| SetNotifyPriority | Specify or inquire as to the order in which event clients will
receive events. |