_DMcCaptureEvents_PreviewFrameEventHandler Delegate

This McCaptDevice instance has updated a live preview 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_PreviewFrameEventHandler ( 
	CaptureDevice As McCaptDevice,
	PreviewWindow As Object,
	PreviewType As mcCaptPreviewWinType,
	Image As McImage
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
PreviewWindow
Type: SystemObject
the preview window (IMcViewer or HWND).
PreviewType
Type: MediaCy.IQL.CapturemcCaptPreviewWinType
the preview type flag
Image
Type: MediaCy.IQL.EngineMcImage
The image frame updated for the preview.
Remarks
This notification is sent every time a live preview frame changed.
See Also