Click or drag to resize

And Class

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

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