Click or drag to resize

SetBinning Class

Sets the binning of the image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.CommandsTwoInputsCommandObject, McImage
            MediaCy.Commands.ColorCompositeSetBaseCommand
              MediaCy.Commands.ColorCompositeSetBinning

Namespace:  MediaCy.Commands.ColorComposite
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class SetBinning
	Inherits SetBaseCommand

The SetBinning type exposes the following members.

Constructors
  NameDescription
Public methodSetBinning
Initializes a new instance of the SetBinning class
Public methodSetBinning(String)
Initializes a new instance of the SetBinning class
Public methodSetBinning(McCommand)
Initializes a new instance of the SetBinning class
Top
Properties
  NameDescription
Public propertyX
Binning by X.
Public propertyY
Binning by Y.
Top
Remarks