Click or drag to resize

HitTestObjectTransform Method

Appends a transformation to the transformation matrix of the hit test object. Call this while walking down the hierarchie of objects.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Transform(
	MatrixD2D x
)

Parameters

x  MatrixD2D
The transformation to append.

Implements

IHitTestObjectTransform(MatrixD2D)
See Also