Click or drag to resize

OperationsCommand Class

Applies the arithmetical operation between images(image sets) or image(image set) and number.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsTwoInputsOneOutputCommandObject, Object, Object
            MediaCy.CommandsOperationsCommand

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class OperationsCommand
	Inherits TwoInputsOneOutputCommand(Of Object, Object, Object)

The OperationsCommand type exposes the following members.

Constructors
  NameDescription
Public methodOperationsCommand
Initializes a new instance of the OperationsCommand class
Public methodOperationsCommand(McCommand)
Initializes a new instance of the OperationsCommand class
Top
Properties
  NameDescription
Public propertyNumberValue
Number value that is used in operations between Image and Number.
Public propertyOperation
Operation type
Public propertyResultType
Defines whether the operation is applied to the first image or creates a new image
Public propertyVisible
Visibility of the output image
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Top
Remarks