C# Class YAMP.Sensors.Devices.OrientationEventArgs

Arguments for the orientation sensor.
Inheritance: System.EventArgs
Mostra file Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
OrientationEventArgs ( System.Matrix value ) : System

Creates a new instance.

Method Details

OrientationEventArgs() public method

Creates a new instance.
public OrientationEventArgs ( System.Matrix value ) : System
value System.Matrix
return System