Click or drag to resize

HitTestPointData Properties

The HitTestPointData type exposes the following members.

Properties
 NameDescription
Public propertyHitTransformationTransformation that transform the coordinates of the object under test to hit coordinates. It is a hit if in hit coordinates the object touches the ray xhit=0, yhit=0, zhit=-Infinity to +Infinity.
Public propertyWorldTransformation Transformation that transforms the coordinates under test to world coordinates (i.e. to the graph's root layer coordinates). Upon construction this is the identity matrix. As this hit data is distributed to leaf elements, the transformation is updates, for instance by the local transformations of the layers. Intended to use for construction of the IObjectOutline objects that indicate the hitted object.
Top
See Also