Click or drag to resize

PasteFramesNew Class

Pastes the frame(s) from clipboad into new image(s).
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandObject
          MediaCy.Commands.Image.FramesPasteFramesNew

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

The PasteFramesNew type exposes the following members.

Constructors
  NameDescription
Public methodPasteFramesNew
Initializes a new instance of the PasteFramesNew class
Public methodPasteFramesNew(String)
Initializes a new instance of the PasteFramesNew class
Public methodPasteFramesNew(McCommand)
Initializes a new instance of the PasteFramesNew class
Top
Properties
  NameDescription
Public propertyFrameByFrame
True - paste frames in separate images, False - paste frames in one image (if possible).
Public propertyViewClassName
Class name of the view for output image or set.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks