Click or drag to resize

HostLayerPrependTransformationTo Method

Appends the transformation matrix of this instance to the matrix given in matrix.

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

Parameters

matrix  MatrixD2D
The matrix to append to.
See Also