_IMcCaptureEvents_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
SyntaxPublic Delegate Sub _IMcCaptureEvents_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.
RemarksThis notification is sent just before the snap is started.
See Also