C# Класс CyrusBuilt.MonoPi.Devices.PiCamera.CaptureDoneEventArgs

Capture done event arguments class.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CaptureDoneEventArgs ( Int32 exitCode ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.PiCamera.CaptureDoneEventArgs class with the exit code returned by the capture process.

Описание методов

CaptureDoneEventArgs() публичный Метод

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.PiCamera.CaptureDoneEventArgs class with the exit code returned by the capture process.
public CaptureDoneEventArgs ( Int32 exitCode ) : System
exitCode System.Int32 /// The exit code returned by the capture process. ///
Результат System