Manipulator control.
The ManipulatorControl..::.PositionEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ManipulatorControl..::.PositionEventArgs |
Initializes a new instance of the ManipulatorControl..::.PositionEventArgs class.
|
Properties
| Name | Description | |
|---|---|---|
| R |
R (radius) coordinate of manipulator in Polar coordinate system, [0, 1].
| |
| Theta |
Theta coordinate of manipulator in Polar coordinate system, [0, 359].
| |
| X |
X coordinate of manipulator, [-1, 1].
| |
| Y |
Y coordinate of manipulator, [-1, 1].
|