Click or drag to resize

Convert Class

Creates a copy of the ROI image with a different type.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsImageOperatorCommandObject, Object
            MediaCy.Commands.ImageConvert

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

The Convert type exposes the following members.

Constructors
  NameDescription
Public methodConvert
Initializes a new instance of the Convert class
Public methodConvert(String)
Initializes a new instance of the Convert class
Public methodConvert(McCommand)
Initializes a new instance of the Convert class
Top
Properties
  NameDescription
Public propertyApplyBestFit
Apply Best-Fit to the result image.
Public propertyConvertOption
Devines convert option.
Public propertyDestination
Defines destination image type.
Public propertyDestinationRange
Defines the destination range.
Public propertySourceRange
Defines the source range.
Public propertyVisible
Defines visibility of the result image.
Top
Methods
  NameDescription
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks