RayHitTestResult.PointHit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.