Base |
public class BaseMouse3DEventArgs : EventArgs
The BaseMouse3DEventArgs type exposes the following members.
Name | Description | |
---|---|---|
BaseMouse3DEventArgs | Constructor |
Name | Description | |
---|---|---|
CurrentMousePosition | Gets the current mouse position | |
FinalPointHit | Gets the position in 3D space that was hit. This position is different from the RayHitResult.PointHit because it is also transformed by any transformation that is applied to the Visual3D objects. | |
HitEventSource3D | Gets the hit BaseEventSource3D object | |
HitObject | Gets the hit Model3D or Visual3D. | |
HitObjectName | Gets the name of the hit Model3D or Visual3D. | |
RayHitResult | Gets the result of 3D Ray Hit Test as RayMeshGeometry3DHitTestResult |