Click or drag to resize

Copy Class

Copies the specified Input object to a new image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsImageOperatorCommandObject, McImage
            MediaCy.Commands.ImageCopy

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

The Copy type exposes the following members.

Constructors
  NameDescription
Public methodCopy
Initializes a new instance of the Copy class
Public methodCopy(String)
Initializes a new instance of the Copy class
Public methodCopy(McCommand)
Initializes a new instance of the Copy class
Top
Properties
  NameDescription
Public propertyFlags
Controls the visibility and other attributes of the Output image.
Top
Remarks