Hit |
The HitTestPointData type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetHitTransformationWithAdditionalTransformation | Gets the transformation of this item plus an additional transformation. Both together transform world coordinates to page coordinates. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsHit(RectangleD3D, Double) | Determines whether the specified 3D-rectangle r is hit by a ray given by x=0, y=0, z>0. | |
IsHit(IEnumerablePointD3D, Double, Double) | Determines whether a polyline is hit. | |
IsHit(LineD3D, Double, Double) | ||
IsHit(RectangleD3D, Matrix4x3, Double) | Determines whether the specified 3D-rectangle r is hit by a ray given by x=0, y=0, z>0. | |
IsPlaneHitByRay | 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. | |
IsRectangleHitByRay | 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. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NewFromAdditionalTransformation | ||
ToString | Returns a string that represents the current object. (Inherited from Object) |