RayHitTestParameters(Point3D, Vector3D) Constructor
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.
Creates an instance of the object that specifies the origin and direction of the ray along which to hit test.
public:
RayHitTestParameters(System::Windows::Media::Media3D::Point3D origin, System::Windows::Media::Media3D::Vector3D direction);
public RayHitTestParameters (System.Windows.Media.Media3D.Point3D origin, System.Windows.Media.Media3D.Vector3D direction);
new System.Windows.Media.Media3D.RayHitTestParameters : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Media3D.RayHitTestParameters
Public Sub New (origin As Point3D, direction As Vector3D)
Parameters
- origin
- Point3D
Point3D at which the ray originates.
- direction
- Vector3D
Vector3D that indicates the direction of the ray.
Remarks
Note that the visual layer supports hit testing against all objects under a point or geometry, not just the topmost object. A 2D hit test will also return 3D results directly under the specified point or geometry.
Applies to
See also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET