Event | |
public class EventSourceDragEventArgs : EventSourceHitEventArgs
The EventSourceDragEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| EventSourceDragEventArgs | Constructor |
| Name | Description | |
|---|---|---|
| CurrentSurfaceHitPoint | Gets the current 3D position on the of the HitSurface. | |
| PositionDiff | Gets the Vector2 that defines the difference from the start drag position and current position. | |
| StartDragPosition | Gets the 2D pointer or 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 start drag position and mouse current position. | |
| SurfaceModelNode | Gets the ModelNode that is used as surface or null if surface plane is used (see SurfacePlaneIndex). | |
| SurfacePlaneIndex | Gets an index of surface plane that is used as surface or -1 if surfaceModelNode is used (see SurfaceModelNode) |