Click or drag to resize

IMcGraphOverlay2 Methods

The IMcGraphOverlay2 type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Create and add a new McGraphObj to the collection.
Public methodBurnIntoImage
Does a burn-in operation onto the McImageDst.
Public methodDeselect
Deselect a graphic object or all selected objects.
Public methodEditClear
Delete the current selection and remove it from this overlay collection.
Public methodEditCopy
Copy the current selection to the clipboard. compatible data.
Public methodEditCut
Cut the current selection and put it in the clipboard. compatible data.
Public methodEditOverlayProperties
When implemented will bring up a dialog allowing the user to edit overlay-related properties.
Public methodEditPaste
Paste the contents of the clipboard if any to this overlay.
Public methodEditProperties
Brings up the Properties dialog for the selected graph object.
Public methodGetEnumerator
Public methodGetItemFromDrawingOrder
Returns a graphic object from the collection based on its DrawingOrder property value.
Public methodImport
Import graphic object(s) from another overlay collection.
Public methodIsActionAvailable
A read-only boolean value indicating whether a specified action can be performed.
Public methodCode exampleLoad
Load a previously saved overlay collection.
Public methodCode exampleMapImageToZoomed
Convert image coordinates to screen coordinates in the active view.
Public methodCode exampleMapZoomedToImage
Convert image coordinates to screen coordinates in the active view.
Public methodMoveBackward
Modify the Z ordering by moving backward the designated object(s).
Public methodMoveForward
Modify the Z ordering by moving forward the designated object(s).
Public methodMoveSelectedObjects
The position of the selected graph object(s) is moved by a given offset.
Public methodMoveToBack
Modify the Z ordering by moving the designated object(s) to the bottom of the Z stack.
Public methodMoveToFront
Modify the Z ordering by moving the designated object(s) to the top of the Z stack.
Public methodRemove
Remove one graphic object from the collection.
Public methodRemoveAll
Remove all visible graphic objects from the collection.
Public methodCode exampleSave
Save an overlay collection.
Public methodSelect
Select one or all graphic objects or a group of objects.
Public methodCode exampleSelectTool
Select a graphic tool used to create and manipulate graphic objects.
Public methodCode exampleSetEnumFilter
Select the objects enumerated by the Count property and "For Each" loops.
Public methodSetObjectsLayer
Assigns one or more objects to a layer. Also used to collapse one layer into another.
Top
See Also