HitTestObject Constructor |
Creates a new HitTestObject.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HitTestObject(
IObjectOutline objectPath,
Object hitobject,
Matrix4x3 localToWorldTransformation
)
Parameters
- objectPath IObjectOutline
- Path of the object outline used for arrangement of multiple objects.
You have to provide it in coordinates of the parent layer.
- hitobject Object
- The hitted object.
- localToWorldTransformation Matrix4x3
- The transformation that transformes from the coordinate space in which the hitted object is embedded to world coordinates. This is usually the transformation from the layer coordinates to the root layer coordinates, but does not include the object's transformation.
See Also