Click or drag to resize

_DMcCaptureEventsBeforeExposure Method

This McCaptDevice instance is starting the exposure phase of a snap.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub BeforeExposure ( 
	CaptureDevice As McCaptDevice,
	EventTime As DateTime
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
EventTime
Type: SystemDateTime
the time this event occurred
Remarks
This notification is sent just before the device exposure is started.
See Also