Click or drag to resize

FramesCommand Class

Base class for frames commands.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Image.FramesFramesCommand
            More...

Namespace:  MediaCy.Commands.Image.Frames
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class FramesCommand
	Inherits OneInputCommand(Of Object)

The FramesCommand type exposes the following members.

Constructors
  NameDescription
Public methodFramesCommand
Initializes a new instance of the FramesCommand class
Public methodFramesCommand(String)
Initializes a new instance of the FramesCommand class
Public methodFramesCommand(McCommand)
Initializes a new instance of the FramesCommand class
Top
Properties
  NameDescription
Public propertyDimension
Dimension where add the frames
Public propertyFrames
Defines list of the frame in the image.
Public propertyFramesRange
Defines range of the frames in the image.
Public propertyImports (Overrides McCommandImports.)
Public propertyLocation
Location for the new frames.
Public propertyReference
Reference frame index.
Public propertyReferences (Overrides McCommandReferences.)
Public propertySetFrames
Defines list of the frames in the image set.
Public propertySetFramesRange
Defines range of the frames in the image set.
Top
Methods
  NameDescription
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks
See Also
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Image.FramesFramesCommand
            MediaCy.Commands.Image.FramesAddFrames
            MediaCy.Commands.Image.FramesCopyFrames
            MediaCy.Commands.Image.FramesCutFrames
            MediaCy.Commands.Image.FramesFramesOutputCommand
            MediaCy.Commands.Image.FramesMoveFrames
            MediaCy.Commands.Image.FramesPasteFrames
            MediaCy.Commands.Image.FramesRemoveFrames