Click or drag to resize

StartToolSelect Class

Starts the select tool on the source.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.ImageToolsImageToolsCommand
            MediaCy.Commands.Overlays.ImageToolsStartToolSelect

Namespace:  MediaCy.Commands.Overlays.ImageTools
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class StartToolSelect
	Inherits ImageToolsCommand
Constructors
  NameDescription
Public methodStartToolSelect
Initializes a new instance of the StartToolSelect class
Public methodStartToolSelect(McCommand)
Initializes a new instance of the StartToolSelect class
Top
Remarks
If source is not set Input.Value or ICommandSource interface then command will be applied to the active document.
See Also