|
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; }
<BrowsableAttribute(false)>
Public Property ManipulatorPosition As PointF
Get
Set
Request Example
View SourceProperty Value
Type:
PointFRemarks 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