Click or drag to resize

AnnotationsCommands Class

Provides a set of annotations related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.SelectAnnotationsCommands

Namespace:  MediaCy.Automation.Select
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class AnnotationsCommands

The AnnotationsCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBurnIn
Burns-In overlay objects into the image.
Public propertyStatic memberConvertToPoly
Converts selected line, rectangle, rounded rectangle, circle and ellipse into polyline/polygon.
Public propertyStatic memberCopy
Copies the selected annotations into clipboard.
Public propertyStatic memberCut
Cuts the selected annotations into clipboard.
Public propertyStatic memberDefine
Defines a variable holding a graphic overlay object.
Public propertyStatic memberDeleteAll
Deletes all objects from the overlay.
Public propertyStatic memberDeleteSelected
Deletes the selected objects from the overlay.
Public propertyStatic memberEditOverlay
Adjusts the overlay properties.
Public propertyStatic memberEditOverlayProperties
Adjusts the overlay properties.
Public propertyStatic memberGroup
Groups the selected objects on the overlay.
Public propertyStatic memberMoveBack
Moves the selected objects on the back.
Public propertyStatic memberMoveFront
Moves the selected objects on the front.
Public propertyStatic memberMoveLabel
Move graphical object label.
Public propertyStatic memberMoveSelected
Moves the selected objects on the overlay.
Public propertyStatic memberMoveSelectedHandle
Moves the handle of the selected objects on the overlay.
Public propertyStatic memberPaste
Pastes the annotations from the clipboard.
Public propertyStatic memberPasteBitmap
Pastes the content of the clipboard as a bitmap annotation.
Public propertyStatic memberResetLabelPosition
Reset graphical object label position to default.
Public propertyStatic memberSaveAsTemplate
Saves the selected objects as template.
Public propertyStatic memberSelectAllObjects
Selects or deselects all objects on the overlay.
Public propertyStatic memberSelectObject
Selects or deselects an object on the overlay by index.
Public propertyStatic memberToggleLimitToImage
Controls limiting of graphic editing to the image for the given overlay.
Public propertyStatic memberUnGroup
Ungroups the selected objects on the overlay.
Top
See Also