Click or drag to resize

SelectImage Class

Selects or deselects the image in the Image Compare workspace.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcImageCompareDocument
          MediaCy.CommandsTwoInputsCommandMcImageCompareDocument, McImage
            MediaCy.Addins.ImageCompareSelectImage

Namespace:  MediaCy.Addins.ImageCompare
Assembly:  MediaCy.Addins.ImageCompare (in MediaCy.Addins.ImageCompare.dll) Version: 1.0.0.0
Syntax
VB
Public Class SelectImage
	Inherits TwoInputsCommand(Of McImageCompareDocument, McImage)

The SelectImage type exposes the following members.

Constructors
  NameDescription
Public methodSelectImage
Initializes a new instance of the SelectImage class
Public methodSelectImage(String)
Initializes a new instance of the SelectImage class
Public methodSelectImage(McCommand)
Initializes a new instance of the SelectImage class
Top
Properties
  NameDescription
Public propertySelected
Defines select state of the image.
Top
Remarks