IMcGraphOverlay2 Interface |
![]() |
Namespace: MediaCy.IQL.Display.Overlays
Public Interface IMcGraphOverlay2 Inherits IMcGraphOverlay
The IMcGraphOverlay2 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ActiveTool | Exposes a McGraphToolServer instance for the currently active tool. |
![]() | ClipboardDataAvailable | A read-only boolean value indicating whether the clipboard contains overlay
compatible data. |
![]() | ClipboardName | A read-only property giving the default ClipFormatName used by EditCopy/Cut/Paste. |
![]() | Count | The number of graphic objects in this collection. |
![]() | DefaultLayer | A default Layer property value to assign to newly created objects. |
![]() ![]() | Item | Returns one graphic object from the collection based on its ID value or its position, or Nothing if the
object cannot be found. |
![]() | LastTargetLayer | The Layer argument for the last assignment to LayerVisible,
LayerDisplayOrder, LayerName or LayerOpacity, or the TargetLayer argument on the
last call to SetObjectsLayer. |
![]() | LayerDisplayOrder | Reflects and sets the display order of one or all Layers. |
![]() | LayerFrameEnd | Reflects and sets the display ending frame of one or all Layers. |
![]() | LayerFrameStart | Reflects and sets the starting display frame of one or all Layers. |
![]() | LayerName | Reflects and sets the name of a Layer. |
![]() | LayerOpacity | Reflects and sets the opacity of one or all Layers. |
![]() | LayerVisible | Reflects and sets visibility of a Layer or all Layers. |
![]() | Modified | Read-only property indicating whether one of the graphic objects contained
in this overlay collection has been modified since the last Save. |
![]() | Name | A read/write property used to associate a name with the overlay object. |
![]() | NotifyContext | When a notify is in progress, gives the notify depth and indicates
if the notify was caused by some user action. |
![]() | PropertySheetLeft | X coordinate of the left upper corner of this overlay's property sheet, in screen coordinates. |
![]() | PropertySheetTitle | Title of this overlay's property sheet. |
![]() | PropertySheetTop | Y coordinate of the left upper corner of this overlay's property sheet, in screen coordinates. |
![]() | SelectedCount | Read only property returning the number of selected objects. |
![]() | SelectedGraphObj | The first selected McGraphObj, or optionally, the selected
McGraphObj at a given index. |
![]() | SnapToGrid | Size, in pixels, of a grid for editing objects. |
![]() ![]() | Template | Read-only property used to access the graphic object templates. |
![]() | UserData | A user defined piece of data attached to the object. |
![]() | UserFlag | A user defined long value. |
![]() | Views | Readonly property exposing the overlay controlled McViews collection. |
![]() | Visible | Read/write property indicating whether this overlay is visible or not. |
![]() | WorkingZoom | Magnification (as a percent) below which objects should shrink by default. |
Name | Description | |
---|---|---|
![]() ![]() | Add | Create and add a new McGraphObj to the collection. |
![]() | BurnIntoImage | Does a burn-in operation onto the McImageDst. |
![]() | Deselect | Deselect a graphic object or all selected objects. |
![]() | EditClear | Delete the current selection and remove it from this overlay collection. |
![]() | EditCopy | Copy the current selection to the clipboard.
compatible data. |
![]() | EditCut | Cut the current selection and put it in the clipboard.
compatible data. |
![]() | EditOverlayProperties | When implemented will bring up a dialog allowing the user to edit overlay-related properties. |
![]() | EditPaste | Paste the contents of the clipboard if any to this overlay. |
![]() | EditProperties | Brings up the Properties dialog for the selected graph object. |
![]() | GetEnumerator | |
![]() | GetItemFromDrawingOrder | Returns a graphic object from the collection based on its DrawingOrder property value. |
![]() | Import | Import graphic object(s) from another overlay collection. |
![]() | IsActionAvailable | A read-only boolean value indicating whether a specified action can be performed. |
![]() ![]() | Load | Load a previously saved overlay collection. |
![]() ![]() | MapImageToZoomed | Convert image coordinates to screen coordinates in the active view. |
![]() ![]() | MapZoomedToImage | Convert image coordinates to screen coordinates in the active view. |
![]() | MoveBackward | Modify the Z ordering by moving backward the designated object(s). |
![]() | MoveForward | Modify the Z ordering by moving forward the designated object(s). |
![]() | MoveSelectedObjects | The position of the selected graph object(s) is moved
by a given offset. |
![]() | MoveToBack | Modify the Z ordering by moving the designated object(s) to the bottom of the Z stack. |
![]() | MoveToFront | Modify the Z ordering by moving the designated object(s) to the top of the Z stack. |
![]() | Remove | Remove one graphic object from the collection. |
![]() | RemoveAll | Remove all visible graphic objects from the collection. |
![]() ![]() | Save | Save an overlay collection. |
![]() | Select | Select one or all graphic objects or a group of objects. |
![]() ![]() | SelectTool | Select a graphic tool used to create and manipulate graphic objects. |
![]() ![]() | SetEnumFilter | Select the objects enumerated by the Count property and "For Each" loops. |
![]() | SetObjectsLayer | Assigns one or more objects to a layer. Also used to collapse
one layer into another. |