Click or drag to resize
DigitalRuneRenderTransform  Conversion (RenderTransform to Matrix22F)
Converts a 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 static implicit operator Matrix22F (
	RenderTransform transform
)

Parameters

transform
Type: DigitalRune.Game.UI.RenderingRenderTransform
The render transformation.

Return Value

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