|
HeadEventArgs Constructor (Single, Single, Single, Single)
|
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
)
Public Sub New (
x As Single,
y As Single,
angle As Single,
scale As Single
)
Request Example
View SourceParameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- angle
- Type: SystemSingle
- scale
- Type: SystemSingle
See Also