Click or drag to resize

HitTestPointDataGetTransformation Method

Gets the transformation of this item plus an additional transformation. Both together transform world coordinates to page coordinates.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MatrixD2D GetTransformation(
	MatrixD2D additionalTransformation
)

Parameters

additionalTransformation  MatrixD2D
The additional transformation matrix.

Return Value

MatrixD2D

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.GetTransformation(Altaxo.Geometry.MatrixD2D)"]

See Also