Click or drag to resize

SetRange Class

Sets the image dynamic range.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.ImageSetRange

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class SetRange
	Inherits OneInputCommand(Of Object)

The SetRange type exposes the following members.

Constructors
  NameDescription
Public methodSetRange
Initializes a new instance of the SetRange class
Public methodSetRange(String)
Initializes a new instance of the SetRange class
Public methodSetRange(McCommand)
Initializes a new instance of the SetRange class
Top
Properties
  NameDescription
Public propertyMax
Defines maximum pixel value allowed by the image type.
Public propertyMin
Defines minimum pixel value allowed by the image type.
Top
Remarks