Click or drag to resize

CaptureCommandsAcquire Property

Acquires a single-frame image

Namespace:  MediaCy.Automation.Capture
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Acquire ( 
	parent As McCommand
) As Acquire
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Acquire
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 command to record a multi-frame movie.
See Also