|  | RenderTransformToMatrix22F Method | 
            Converts this 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
Syntaxpublic Matrix22F ToMatrix22F()
Public Function ToMatrix22F As Matrix22F
public:
Matrix22F ToMatrix22F()
member ToMatrix22F : unit -> Matrix22F 
Return Value
Type: 
Matrix22F
            A 2x2-matrix that represents the scaling and the rotation (no translation).
            
 See Also
See Also