Click or drag to resize

ThresholdToolOptions Class

Sets threshold tool options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Addins.ThresholdToolThresholdToolCommand
            MediaCy.Addins.ThresholdToolThresholdToolOptions

Namespace:  MediaCy.Addins.ThresholdTool
Assembly:  MediaCy.Addins.ThresholdTool (in MediaCy.Addins.ThresholdTool.dll) Version: 3.1.0.0
Syntax
VB
Public Class ThresholdToolOptions
	Inherits ThresholdToolCommand

The ThresholdToolOptions type exposes the following members.

Constructors
  NameDescription
Public methodThresholdToolOptions
Initializes a new instance of the ThresholdToolOptions class
Public methodThresholdToolOptions(McCommand)
Initializes a new instance of the ThresholdToolOptions class
Top
Properties
  NameDescription
Public propertyActiveClassIndex
Active class index
Public propertyAllowOverlap
Allow overlap of segmentation classes (default is off)
Public propertyColor
Preview overlay color
Public propertyLogY
Log scale for Y axis
Public propertyShowAllClasses
Show all classes, when False only mask of the active class is shown
Public propertyShowOverlay
Show/hide overlay mask
Public propertyXMax
Max display range value
Public propertyXMin
Min display range value
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Top
Remarks