Click or drag to resize

ImageOperatorCommandInputType, OutputType Class

A command that takes a McImage, a McFrames or a McImageSet as its input and treats it as an image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandInputType, OutputType
          MediaCy.CommandsImageOperatorCommandInputType, OutputType
            More...

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class ImageOperatorCommand(Of InputType, OutputType)
	Inherits OneInputOneOutputCommand(Of InputType, OutputType)

Type Parameters

InputType
OutputType

The ImageOperatorCommandInputType, OutputType type exposes the following members.

Constructors
  NameDescription
Public methodImageOperatorCommandInputType, OutputType
Initializes a new instance of the ImageOperatorCommandInputType, OutputType class
Public methodImageOperatorCommandInputType, OutputType(String)
Initializes a new instance of the ImageOperatorCommandInputType, OutputType class
Public methodImageOperatorCommandInputType, OutputType(McCommand)
Initializes a new instance of the ImageOperatorCommandInputType, OutputType class
Top
Properties
Methods
Remarks
See Also
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandInputType, OutputType
          MediaCy.CommandsImageOperatorCommandInputType, OutputType
            MediaCy.Commands.ImageCanvas
            MediaCy.Commands.ImageConvert
            MediaCy.Commands.ImageCopy
            MediaCy.Commands.ImageExtractAllChannels
            MediaCy.Commands.ImageExtractChannel
            MediaCy.Commands.ImageMask
            MediaCy.Commands.ImageResize
            MediaCy.Commands.ImageRotate
            MediaCy.Commands.ImageSetExtractDimension
            MediaCy.CommandsSplittableImageOperatorCommandInputType, OutputType