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

Image capture process start event arguments class.
Inheritance: System.EventArgs
Afficher le fichier Open project: cyrusbuilt/MonoPi Class Usage Examples

Méthodes publiques

Méthode Description
CaptureStartEventArgs ( Int32 pid ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.PiCamera.CaptureStartEventArgs class with the ID of the underlying process.

Method Details

CaptureStartEventArgs() public méthode

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.PiCamera.CaptureStartEventArgs class with the ID of the underlying process.
public CaptureStartEventArgs ( Int32 pid ) : System
pid System.Int32 /// The process ID of the raspistill process. ///
Résultat System