Click or drag to resize
Accord.NET (logo)

ManipulatorControlPositionEventArgs Constructor

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public PositionEventArgs(
	float x,
	float y
)
Request Example View Source

Parameters

x
Type: SystemSingle
X coordinate of manipulator, [-1, 1].
y
Type: SystemSingle
Y coordinate of manipulator, [-1, 1].
See Also