Click or drag to resize

_IMcCaptureManagerEvents_LightCaptureProgressEventHandler Delegate

Namespace:  MediaCy.IQL.Capture.Manager
Assembly:  MediaCy.IQL.Capture.Manager (in MediaCy.IQL.Capture.Manager.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptureManagerEvents_LightCaptureProgressEventHandler ( 
	CaptDevice As IMcCaptureManagerDevice,
	Progress As mcLightCaptureProgress,
	dParam As Double,
	lParam As Integer,
	Param As Object
)

Parameters

CaptDevice
Type: MediaCy.IQL.Capture.ManagerIMcCaptureManagerDevice
Progress
Type: MediaCy.IQL.Capture.ManagermcLightCaptureProgress
dParam
Type: SystemDouble
lParam
Type: SystemInt32
Param
Type: SystemObject
See Also