|
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
)
Public Sub New (
x As Single,
y As Single
)
Request Example
View SourceParameters
- x
- Type: SystemSingle
X coordinate of manipulator, [-1, 1]. - y
- Type: SystemSingle
Y coordinate of manipulator, [-1, 1].
See Also