CreateOrthographicOffCenter
Summary
public static Matrix CreateOrthographicOffCenter(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane)
Builds a customized, orthogonal projection matrix.
Returns
Parameters
Summary
public static void CreateOrthographicOffCenter(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane, out Matrix result)
Builds a customized, orthogonal projection matrix.