Click or drag to resize
Accord.NET (logo)

HeadEventArgs Constructor (Single, Single, Single, Single)

Initializes a new instance of the HeadEventArgs class.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
public HeadEventArgs(
	float x,
	float y,
	float angle,
	float scale
)
Request Example View Source

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
angle
Type: SystemSingle
scale
Type: SystemSingle
See Also