Click or drag to resize

ImageGraphicGetNewHitTestObject Method

Creates a new hit test object. Here, a special hit test object is constructed, which suppresses the scale grips.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override IHitTestObject GetNewHitTestObject(
	Matrix4x3 localToWorldTransformation
)

Parameters

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.

Return Value

IHitTestObject
A newly created hit test object.
See Also