Click or drag to resize

BitmapViewOptionsCommand Class

Sets bitmap view options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandBitmapViewOptionsCommandProperties
        MediaCy.Viewers.BitmapBitmapViewOptionsCommand

Namespace:  MediaCy.Viewers.Bitmap
Assembly:  MediaCy.Viewers.Bitmap (in MediaCy.Viewers.Bitmap.dll) Version: 3.1.0.0
Syntax
VB
Public Class BitmapViewOptionsCommand
	Inherits BaseObjectCommand(Of BitmapViewOptionsCommandProperties)

The BitmapViewOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodBitmapViewOptionsCommand
Initializes a new instance of the BitmapViewOptionsCommand class
Public methodBitmapViewOptionsCommand(McCommand)
Initializes a new instance of the BitmapViewOptionsCommand class
Public methodBitmapViewOptionsCommand(McCommand, Object)
Initializes a new instance of the BitmapViewOptionsCommand class
Top
Properties
  NameDescription
Public propertyAutoSubsampling
Use auto sub-sampling
Public propertyCellHeight
Cell height in pixels
Public propertyCellWidth
Cell width in pixels
Public propertyChannelsInColumns
Show multiple channels in columns. When False, the channels are shown in rows.
Public propertyImageBackground
Show image as table background
Public propertyInput
Public propertyIntensityCalibration
Use intensity calibration displaying pixel values
Public propertySubsamplingX
Sub-sampling in X direction
Public propertySubsamplingY
Sub-sampling in Y direction
Top
Methods
  NameDescription
Public methodApplyProperties (Overrides BaseObjectCommand.ApplyProperties(Object).)
Public methodStatic memberFromObject
Public methodRun
Top
Remarks