Click or drag to resize

Extract Class

Extracts an image from VLI.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.Commands.LargeImageExtract

Namespace:  MediaCy.Commands.LargeImage
Assembly:  MediaCy.Commands.LargeImage (in MediaCy.Commands.LargeImage.dll) Version: 1.0.0.0
Syntax
VB
Public Class Extract
	Inherits OneInputOneOutputCommand(Of Object, Object)

The Extract type exposes the following members.

Constructors
  NameDescription
Public methodExtract
Initializes a new instance of the Extract class
Top
Properties
  NameDescription
Public propertyAutoCreateExperiment
Display or not an experiment showing the extracted region's relationship to the original image in a new experiment document in the application document workspace.
Public propertyMemoryPercentage
Select the maximum percentage of available image memory to allow the extracted image to consume.
Public propertyResolution
Select the Large Image resolution to use when extracting the selected region of interest.
Public propertyVisible
Display or not the result of the command in the application document workspace.
Top
Methods
Remarks