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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.