C# Class Accord.Controls.Vision.HeadEventArgs

Provides data to head movement events.
Inheritance: System.EventArgs
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
HeadEventArgs ( PointF position, float angle, float scale ) : System

Initializes a new instance of the HeadEventArgs class.

HeadEventArgs ( float x, float y, float angle, float scale ) : System

Initializes a new instance of the HeadEventArgs class.

Method Details

HeadEventArgs() public method

Initializes a new instance of the HeadEventArgs class.
public HeadEventArgs ( PointF position, float angle, float scale ) : System
position System.Drawing.PointF
angle float
scale float
return System

HeadEventArgs() public method

Initializes a new instance of the HeadEventArgs class.
public HeadEventArgs ( float x, float y, float angle, float scale ) : System
x float
y float
angle float
scale float
return System