Click or drag to resize

FramesCommands Class

Provides a set of frames related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.ProcessFramesCommands

Namespace:  MediaCy.Automation.Process
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class FramesCommands

The FramesCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdd
Adds the frame(s) to the image or set. Input - destination image or set, Input2 - source of the frame(s) (if Input2 is Nothing than one blank frame will be added).
Public propertyStatic memberAverage
Creates the average image from the frames.
Public propertyStatic memberClearClipboard
Clears the frames clipboard.
Public propertyStatic memberCopy
Copies the frame(s) to the clipboard.
Public propertyStatic memberCut
Cuts the frame(s) from the source into clipboard.
Public propertyStatic memberDifference
Creates the difference image from the frames.
Public propertyStatic memberExtract
Exports the frame(s) to the separate image.
Public propertyStatic memberMove
Moves the frame(s) in the image or set.
Public propertyStatic memberPaste
Pastes the frame(s) from clipboard. Input - destination image or set.
Public propertyStatic memberPasteNew
Pastes the frame(s) from clipboad into new image(s).
Public propertyStatic memberRemove
Removes the frame(s) from the image or set.
Top
See Also