Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma matriz de perspectiva ortográfica à esquerda das dimensões de volume de exibição fornecidas.
public:
static System::Numerics::Matrix4x4 CreateOrthographicLeftHanded(float width, float height, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicLeftHanded (float width, float height, float zNearPlane, float zFarPlane);
static member CreateOrthographicLeftHanded : single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicLeftHanded (width As Single, height As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4
- width
- Single
A largura do volume de exibição.
- height
- Single
A altura do volume de exibição.
- zNearPlane
- Single
O valor Z mínimo do volume de exibição.
- zFarPlane
- Single
O valor Z máximo do volume de exibição.
A matriz de projeção ortográfica canhota.
Produto | Versões |
---|---|
.NET | 8, 9 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: