Click or drag to resize

RoiCommands Class

Provides a set of roi related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.SelectRoiCommands

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

The RoiCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdd
Adds a new ROI.
Public propertyStatic memberAdjust
Adjusts the points, angle and roundness of the ROI.
Public propertyStatic memberConvertToPoly
Converts selected line, rectangle, rounded rectangle, circle and ellipse into polyline/polygon.
Public propertyStatic memberCopy
Copies the selected or all ROIs into clipboard.
Public propertyStatic memberCut
Cuts the selected or all ROIs and copy them into clipboard.
Public propertyStatic memberDelete
Deletes the ROI by Index.
Public propertyStatic memberDeleteAll
Deletes all ROIs if any.
Public propertyStatic memberDeleteSelected
Deletes all selected ROIs if any.
Public propertyStatic memberInvertROIs
Inverts the ROIs.
Public propertyStatic memberMergeROIs
Merge overlapped ROIs and keep them as union.
Public propertyStatic memberMove
Moves the ROI.
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 memberMultipleROIs
Allow (Checked is True) or disallow (Checked is False) multiple ROIs on the image.
Public propertyStatic memberPaste
Pastes the ROIs from clipboard into the image.
Public propertyStatic memberResetLabelPosition
Reset graphical object label position to default.
Public propertyStatic memberRotate
Rotates the ROI.
Public propertyStatic memberSelectAll
Starts the Select tool and selects all objects on the overlay.
Public propertyStatic memberShowMask
Toggles the ROI mask on the image.
Public propertyStatic memberToggleLimitToImage
Controls limiting of graphic editing to the image for the given overlay.
Public propertyStatic memberXORROIs
Applies XOR operation to the ROIs.
Top
See Also