_IMcCaptureEvents_EventPerformSnap Event

This McCaptDevice instance is requesting a snap of a single frame from the UI.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Event PerformSnap As _IMcCaptureEvents_PerformSnapEventHandler

Value

Type: MediaCy.IQL.Capture_IMcCaptureEvents_PerformSnapEventHandler
Remarks
This notification is sent for the capture UI client to tell it to begin a snap. Used when the Snap method of the McCaptDevice object is called to provide a single call synchronous snap method for macro recording support. See the Snap method for the McCaptDevice object for futher information.
See Also