Click or drag to resize

FeaturesCommands Class

Provides a set of features related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.SelectFeaturesCommands

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

The FeaturesCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdd
Adds a new feature.
Public propertyStatic memberAdjust
Adjusts the points, angle and roundness of the feature.
Public propertyStatic memberDefine
Defines a variable holding a feature index.
Public propertyStatic memberDelete
Deletes the feature by Index.
Public propertyStatic memberDeleteAll
Deletes all features if any.
Public propertyStatic memberDeleteSelected
Deletes all selected features if any.
Public propertyStatic memberInvert
Inverts the features.
Public propertyStatic memberMerge
Merge overlapped features and keep them as union.
Public propertyStatic memberMove
Moves the feature.
Public propertyStatic memberMultiple
Allow (Checked is True) or disallow (Checked is False) multiple Features on the image.
Public propertyStatic memberRotate
Rotates the feature.
Public propertyStatic memberXORFeatures
Applies XOR operation to the features.
Top
See Also