Share via


Matrix4x4.CreateOrthographicOffCenterLeftHanded Metode

Definisi

Membuat matriks proyeksi ortografis yang dikustomisasi dengan tangan kiri.

public:
 static System::Numerics::Matrix4x4 CreateOrthographicOffCenterLeftHanded(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicOffCenterLeftHanded (float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
static member CreateOrthographicOffCenterLeftHanded : single * single * single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicOffCenterLeftHanded (left As Single, right As Single, bottom As Single, top As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4

Parameter

left
Single

Nilai X minimum dari volume tampilan.

right
Single

Nilai X maksimum dari volume tampilan.

bottom
Single

Nilai Y minimum volume tampilan.

top
Single

Nilai Y maksimum volume tampilan.

zNearPlane
Single

Nilai Z minimum dari volume tampilan.

zFarPlane
Single

Nilai Z maksimum dari volume tampilan.

Mengembalikan

Matriks proyeksi ortografis sebelah kiri.

Berlaku untuk