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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.