Mouse | |
public class MouseDrag3DEventArgs : Mouse3DEventArgs
The MouseDrag3DEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MouseDrag3DEventArgs | Constructor |
| Name | Description | |
|---|---|---|
| CurrentSurfaceHitPoint | Gets the current 3D position on the of the HitSurface. | |
| HitSurface | Gets the BaseEventSource3D object that was marked as IsDragSurface. It was the source to get the StartSurfaceHitPoint and CurrentSurfaceHitPoint. | |
| MouseDiff | Gets the 2D Vector that defines the difference from the mouse strat drag position and mouse current position. | |
| StartDragMousePosition | Gets the 2D mouse position of the point where the drag was started. | |
| StartSurfaceHitPoint | Gets the 3D position on the of the HitSurface where the drag was started. | |
| SurfaceHitPointDiff | Gets the 3D Vector that defines the difference from the mouse strat drag position and mouse current position. |