Click or drag to resize

HitTestPointData Methods

The HitTestPointData type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetHitTransformationWithAdditionalTransformation Gets the transformation of this item plus an additional transformation. Both together transform world coordinates to page coordinates.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsHit(RectangleD3D, Double) Determines whether the specified 3D-rectangle r is hit by a ray given by x=0, y=0, z>0.
Public methodIsHit(IEnumerablePointD3D, Double, Double) Determines whether a polyline is hit.
Public methodIsHit(LineD3D, Double, Double) 
Public methodIsHit(RectangleD3D, Matrix4x3, Double) Determines whether the specified 3D-rectangle r is hit by a ray given by x=0, y=0, z>0.
Public methodIsPlaneHitByRay Determines whether the provided plane is hit by the ray (this is almost ever the case except if the plane's normal is perpendicular to the hit ray), and determines the point on the plane that is hit.
Public methodStatic memberIsRectangleHitByRay Determines whether the specified 3D-rectangle r is hit by a ray given by the provided transformation matrix that would transform the hit ray in a ray at x=0, y=0, and z=-Infinity .. +Infinity.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNewFromAdditionalTransformation 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also