Click or drag to resize
Accord.NET (logo)

ManipulatorControlManipulatorPosition Property

Current manipulator's position.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public PointF ManipulatorPosition { get; set; }
Request Example View Source

Property Value

Type: PointF
Remarks

The property equals to current manipulator's position. Both X and Y values are in the [-1, 1] range and represented in Cartesian coordinate system.

See Also