Click or drag to resize

ApplyLens Class

Applies lens to image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcLens
          MediaCy.Addins.SystemSettingsLensInputCommand
            MediaCy.Addins.SystemSettings.CommandsApplyLens

Namespace:  MediaCy.Addins.SystemSettings.Commands
Assembly:  MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
Syntax
VB
Public Class ApplyLens
	Inherits LensInputCommand

The ApplyLens type exposes the following members.

Constructors
  NameDescription
Public methodApplyLens
Initializes a new instance of the ApplyLens class
Public methodApplyLens(McCommand)
Initializes a new instance of the ApplyLens class
Top
Properties
  NameDescription
Public propertyInput2
Lens input
Top
Methods
  NameDescription
Public methodGetInputArguments
Redefines input parameter order as Input2,Input (default is declaration order)
(Overrides McCommandExtended.GetInputArguments.)
Public methodRun
Runs ApplyLens command.
Top
Remarks