C# Class CyrusBuilt.MonoPi.Devices.PiCamera.CaptureDoneEventArgs

Capture done event arguments class.
Inheritance: System.EventArgs
ファイルを表示 Open project: cyrusbuilt/MonoPi Class Usage Examples

Public Methods

Method Description
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.

Method Details

CaptureDoneEventArgs() public method

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. ///
return System