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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.