_IMcCaptureEvents_AfterSnapEventHandler Delegate
|
|
This McCaptDevice instance is ending 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_AfterSnapEventHandler (
CaptureDevice As McCaptDevice,
Image As McImage,
bCanceled As Boolean
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - Image
- Type: MediaCy.IQL.EngineMcImage
The image frame used for the snap. - bCanceled
- Type: SystemBoolean
RemarksThis notification is sent just after the snap is finished.
See Also