_IMcCaptureEvents_SnapCompleteEventHandler Delegate
|
|
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
SyntaxPublic Delegate Sub _IMcCaptureEvents_SnapCompleteEventHandler (
CaptureDevice As McCaptDevice
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
RemarksThis notification is sent when the snap is complete. It is used
to indicate that a newly snapped image is finished and ready.
See Also