| RenderTransform 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.RenderingAssembly: 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
)
Public Shared Widening Operator CType (
transform As RenderTransform
) As Matrix22F
static implicit operator Matrix22F (
RenderTransform transform
)
F# does not support the declaration of new casting operators.
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