|  | ProjectionToMatrix44F Method | 
            Converts a projection to a 4x4 transformation matrix.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic Matrix44F ToMatrix44F()
Public Function ToMatrix44F As Matrix44F
public:
Matrix44F ToMatrix44F()
member ToMatrix44F : unit -> Matrix44F 
Return Value
Type: 
Matrix44FA 4x4-matrix that represents the same transformation as the projection.
 See Also
See Also