Click or drag to resize
DigitalRuneRenderTransformToMatrix22F Method
Converts this render transformation to a 2x2 matrix that only represents the scaling and the rotation (no translation).

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public Matrix22F ToMatrix22F()

Return Value

Type: Matrix22F
A 2x2-matrix that represents the scaling and the rotation (no translation).
See Also