Click or drag to resize

Acquire Class

Acquires a single-frame image
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        CaptureBaseCommand
          MediaCy.Commands.CaptureCaptureErrorBaseCommand
            MediaCy.Commands.CaptureSettings
              CaptureCommand
                MediaCy.Commands.CaptureAcquire

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

The Acquire type exposes the following members.

Properties
  NameDescription
Public propertyImageDestination
Top
Remarks
You may specify the document or image to acquire the image into, but it must be the correct dimensions (width and height) and image type. The acquired frame will be added at the end. Use the Visible setting to specify whether to display the image after it has finished acquiring. Note: Use the Record(RecordOptions) command to record a multi-frame movie.
See Also

Reference

McCommandExtended.Record(RecordOptions)