Click or drag to resize
Accord.NET (logo)

HeadEventArgs Constructor (PointF, 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(
	PointF position,
	float angle,
	float scale
)
Request Example View Source

Parameters

position
Type: System.DrawingPointF
angle
Type: SystemSingle
scale
Type: SystemSingle
See Also