Click or drag to resize

ImageViewOptionsCommand Class

Sets image view options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandImageViewOptionsCommandProperties
        MediaCy.Viewers.ImageImageViewOptionsCommand

Namespace:  MediaCy.Viewers.Image
Assembly:  MediaCy.Viewers.Image (in MediaCy.Viewers.Image.dll) Version: 3.1.0.0
Syntax
VB
Public Class ImageViewOptionsCommand
	Inherits BaseObjectCommand(Of ImageViewOptionsCommandProperties)

The ImageViewOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodImageViewOptionsCommand
Initializes a new instance of the ImageViewOptionsCommand class
Public methodImageViewOptionsCommand(McCommand)
Initializes a new instance of the ImageViewOptionsCommand class
Public methodImageViewOptionsCommand(McCommand, Object)
Initializes a new instance of the ImageViewOptionsCommand class
Top
Properties
  NameDescription
Public propertyActiveFrameIndex
Active frame index of a sequence
Public propertyActiveFrameRange
Active frame range as a list of RangeL. If the list is Nothing or Empty, all frames in the sequence are used
Public propertyFrameCount
Returns number of frames
Public propertyInput
Public propertyReferences (Overrides McCommandReferences.)
Public propertyUseActiveFrameRange
Use active frame range. When False only active frame is used.
Public propertyView
View
Top
Methods
  NameDescription
Public methodActiveFrameIndices
Returns array of frame indices that will be processed by any image operation.
Public methodClone (Overrides BaseObjectCommand.Clone(McCommand).)
Public methodStatic memberFromDocumentView
Public methodStatic memberFromWindow
Public methodLONGRANGEToRangeL
Public methodRangeLToLONGRANGE
Public methodReadProperty (Overrides BaseObjectCommand.ReadProperty(Object, UTP).)
Public methodRun
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks