_DMcCaptureEvents_BeforeSnapEventHandler Delegate

This McCaptDevice instance is starting 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
Public Delegate Sub _DMcCaptureEvents_BeforeSnapEventHandler ( 
	CaptureDevice As McCaptDevice,
	Image As Object
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
Image
Type: SystemObject
The image frame used for the snap.
Remarks
This notification is sent just before the snap is started.
See Also