'Declaration Public Function New( _
ByVal deviceNameИмя устройства, создавшего событие.As String, _
ByVal automaticCaptureКоличество изображений, которые будет снимать камера.As UInteger, _
ByVal timeBeforeFirstCaptureКоличество секунд до первого захвата.As UInteger, _
ByVal timeBetweenCapturesСотые доли секунды между захватами.As UInteger _
)
public DeviceAsyncEventArgs(
string deviceName,
uint automaticCapture,
uint timeBeforeFirstCapture,
uint timeBetweenCaptures
)
public: DeviceAsyncEventArgs(
string* deviceName,
uint automaticCapture,
uint timeBeforeFirstCapture,
uint timeBetweenCaptures
)
public:
DeviceAsyncEventArgs(
string^ deviceName,
uint automaticCapture,
uint timeBeforeFirstCapture,
uint timeBetweenCaptures
)
Parameters
- deviceName
- Имя устройства, создавшего событие.
- automaticCapture
- Количество изображений, которые будет снимать камера.
- timeBeforeFirstCapture
- Количество секунд до первого захвата.
- timeBetweenCaptures
- Сотые доли секунды между захватами.