|  | RenderTransformToMatrix33F Method | 
            Converts this render transformation to a 3x3 matrix.
            
 
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxpublic Matrix33F ToMatrix33F()
Public Function ToMatrix33F As Matrix33F
public:
Matrix33F ToMatrix33F()
member ToMatrix33F : unit -> Matrix33F 
Return Value
Type: 
Matrix33F
            A 3x3-matrix that represents the same transformation.
            
 See Also
See Also