Matrix.CreateOrthographic Method (Microsoft.Xna.Framework)

Creates a new projection Matrix for orthographic view.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static Matrix CreateOrthographic(
	float width, 
	float height, 
	float zNearPlane, 
	float zFarPlane
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

width
Type: System.Single
Width of the viewing volume.
height
Type: System.Single
Height of the viewing volume.
zNearPlane
Type: System.Single
Depth of the near plane.
zFarPlane
Type: System.Single
Depth of the far plane.

Return Value

Type: Microsoft.Xna.Framework.Matrix
The new projection Matrix for orthographic view.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web