Click or drag to resize

Subtract Class

Applies Subtract operation between two images.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandMcImage, McImage
          MediaCy.CommandsTwoInputsOneOutputCommandMcImage, McImage, McImage
            MediaCy.Commands.ImageSubtract

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Subtract
	Inherits TwoInputsOneOutputCommand(Of McImage, McImage, McImage)
Constructors
  NameDescription
Public methodSubtract
Initializes a new instance of the Subtract class
Public methodSubtract(String)
Initializes a new instance of the Subtract class
Public methodSubtract(McCommand)
Initializes a new instance of the Subtract class
Top
Remarks