_IMcCaptureEvents_EventSnapComplete Event

This McCaptDevice instance has completed a snap of a single frame.

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

Value

Type: MediaCy.IQL.Capture_IMcCaptureEvents_SnapCompleteEventHandler
Remarks
This notification is sent when the snap is complete. It is used to indicate that a newly snapped image is finished and ready.
See Also