Click or drag to resize

IMcDisplay Methods

The IMcDisplay type exposes the following members.

Methods
  NameDescription
Public methodCreateDataObject
Returns a new instance of an IDataObject that holds a snapshot of the current display in the requested CF_ types.
Public methodCreateImage
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.
Public methodCreatePicture
Returns an IPicture filled with a bitmap or memory-based EnMetaFile.
Public methodEditClear
A portion of the image is cleared to a given value.
Public methodEditCopy
Copy the display and/or image to the clipboard in one or more formats.
Public methodEditCut
Copy the display and/or image to the clipboard then clear the region that the image data came from.
Public methodEditGetClipboardImage
Get an image from the clipboard in a specified format or formats.
Public methodCode exampleEditPasteAoi
Image data previously placed on the the clipboard is pasted into the ImageToDisplay.
Public methodCode exampleEditPasteNew
A new image is created from data previously EditCopy/Cut to the clipboard or from bitmap data on the clipboard.
Public methodGetBlendAlignLeftTop
Retrieves the alignment between the blending image and the displayed image.
Public methodGetMaskAlignLeftTop
Retrieves the alignment between the masking image and the displayed image.
Public methodGetMaskingRange
Returns the range of pixels values of interest to the image masking operation.
Public methodIsActionAvailable
Determines if a specified action can be performed.
Public methodMapImageToZoomed
Convert image pixel coordinates into screen coordinates.
Public methodMapZoomedToImage
Converts zoomed coordinates into image coordinates.
Public methodResetToDefaults
Resets properties to a default state.
Public methodSetBlendAlignLeftTop
Adjusts the alignment between the blending image and the displayed image.
Public methodCode exampleSetMaskAlignLeftTop
Adjusts the alignment between the masking image and the displayed image.
Public methodCode exampleSetMaskingRange
Sets the range of pixels values of interest for the image masking operation.
Public methodSetNotifyPriority
Specify or inquire as to the order in which event clients will receive events.
Top
See Also