HostLayerPrependTransformationTo Method |
Appends the transformation matrix of this instance to the matrix given in matrix.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void PrependTransformationTo(
MatrixD2D matrix
)
Parameters
- matrix MatrixD2D
- The matrix to append to.
See Also