ComponentOne Bitmap for UWP
OrthographicOffCenter Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : OrthographicOffCenter Method
The minimum X-value of the view volume.
The maximum X-value of the view volume.
The minimum Y-value of the view volume.
The maximum Y-value of the view volume.
The minimum Z-value of the view volume.
The maximum Z-value of the view volume.
Creates a customized orthographic projection matrix.
Syntax
'Declaration
 
Public Shared Function OrthographicOffCenter( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single, _
   ByVal top As System.Single, _
   ByVal zNearPlane As System.Single, _
   ByVal zFarPlane As System.Single _
) As Matrix4x4
public static Matrix4x4 OrthographicOffCenter( 
   System.float left,
   System.float right,
   System.float bottom,
   System.float top,
   System.float zNearPlane,
   System.float zFarPlane
)

Parameters

left
The minimum X-value of the view volume.
right
The maximum X-value of the view volume.
bottom
The minimum Y-value of the view volume.
top
The maximum Y-value of the view volume.
zNearPlane
The minimum Z-value of the view volume.
zFarPlane
The maximum Z-value of the view volume.

Return Value

The orthographic projection matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members