Matrix.CreatePerspectiveOffCenter Method (Microsoft.Xna.Framework)

Creates a new projection Matrix for customized perspective view.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static void CreatePerspectiveOffCenter(
	float left, 
	float right, 
	float bottom, 
	float top, 
	float nearPlaneDistance, 
	float farPlaneDistance, 
	out Matrix result
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

left
Type: System.Single
Lower x-value at the near plane.
right
Type: System.Single
Upper x-value at the near plane.
bottom
Type: System.Single
Lower y-coordinate at the near plane.
top
Type: System.Single
Upper y-value at the near plane.
nearPlaneDistance
Type: System.Single
Distance to the near plane.
farPlaneDistance
Type: System.Single
Distance to the far plane.
result
Type: out Microsoft.Xna.Framework.Matrix
The new Matrix for customized perspective view as an output parameter.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web