Click or drag to resize

Create Class

Creates a new image, returned in Output.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandMcImage
          MediaCy.Commands.ImageCreate

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Create
	Inherits OneOutputCommand(Of McImage)

The Create type exposes the following members.

Constructors
  NameDescription
Public methodCreate
Initializes a new instance of the Create class
Public methodCreate(String)
Initializes a new instance of the Create class
Public methodCreate(McCommand)
Initializes a new instance of the Create class
Top
Properties
  NameDescription
Public propertyDotsPerInchX
The number of pixels per inch horizontally for the new image.
Public propertyDotsPerInchY
The number of pixels per inch vertically for the new image.
Public propertyHeight
The height of the new image.
Public propertyName
The name of the new image.
Public propertyNumberOfFrames
The number of frames in the new image.
Public propertyType
The data type of the new image.
Public propertyValue
The intensity value of the new image.
Public propertyVisible
The width of the new image.
Public propertyWidth
The width of the new image.
Top
Methods
Remarks