Initializes a new instance of the ManipulatorControl..::.PositionEventArgs class.

Namespace:  AForge.Controls
Assembly:  AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public PositionEventArgs(
	float x,
	float y
)

Parameters

x
Type: System..::.Single
X coordinate of manipulator, [-1, 1].
y
Type: System..::.Single
Y coordinate of manipulator, [-1, 1].

See Also