Click or drag to resize

_DMcCaptureManagerEvents_BeforeLightChannelSnapEventHandler 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 _DMcCaptureManagerEvents_BeforeLightChannelSnapEventHandler ( 
	CaptDevice As IMcCaptureManagerDevice,
	Channel As Integer,
	Image As Object,
	ManualControl As Boolean,
	<OutAttribute> ByRef Cancel As Boolean
)

Parameters

CaptDevice
Type: MediaCy.IQL.Capture.ManagerIMcCaptureManagerDevice
Channel
Type: SystemInt32
Image
Type: SystemObject
ManualControl
Type: SystemBoolean
Cancel
Type: SystemBoolean
See Also