RayHitTestResult.PointHit Property

Definition

Gets the Point3D at the intersection between the ray along which the hit test was performed and the hit object.

public:
 abstract property System::Windows::Media::Media3D::Point3D PointHit { System::Windows::Media::Media3D::Point3D get(); };
public abstract System.Windows.Media.Media3D.Point3D PointHit { get; }
member this.PointHit : System.Windows.Media.Media3D.Point3D
Public MustOverride ReadOnly Property PointHit As Point3D

Property Value

Point3D at which the hit object was intersected by the ray.

Applies to