Click or drag to resize

Record Class

Acquires a multi-frame movie
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        CaptureBaseCommand
          MediaCy.Commands.CaptureCaptureErrorBaseCommand
            MediaCy.Commands.CaptureSettings
              CaptureCommand
                MediaCy.Commands.CaptureRecord

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Class Record
	Inherits CaptureCommand

The Record type exposes the following members.

Properties
Remarks
You may specify the document or image to acquire the movie into, but it must be the correct dimensions (width and height) and image type (the specified destination does not have to have the correct number of frames). Recorded movies are by default displayed when the first frame of the movie is acquired, and updated as the recording continues. Use the Visible setting to control this behavior: Set Visible to True to display the movie only after it has finished recording, or set it to False to not display the movie at all. Note: Use the Acquire command to record a single-frame image.
See Also