次の方法で共有


Matrix.OrthoOffCenterLH(Single,Single,Single,Single,Single,Single)

OrthoOffCenterLH メソッド

カスタマイズした左手座標系正射影行列を作成する。

定義

Visual Basic Public Shared Function OrthoOffCenterLH( _
    ByVal left As Single, _
    ByVal right As Single, _
    ByVal bottom As Single, _
    ByVal top As Single, _
    ByVal znearPlane As Single, _
    ByVal zfarPlane As Single _
) As Matrix
C# public static Matrix OrthoOffCenterLH(
    float left,
    float right,
    float bottom,
    float top,
    float znearPlane,
    float zfarPlane
);
Managed C++ public: static Matrix OrthoOffCenterLH(
    float left,
    float right,
    float bottom,
    float top,
    float znearPlane,
    float zfarPlane
);
JScript public static function OrthoOffCenterLH(
    left : float,
    right : float,
    bottom : float,
    top : float,
    znearPlane : float,
    zfarPlane : float
) : Matrix;

パラメータ

left System.Single.
right System.Single.
bottom System.Single.
top System.Single.
znearPlane System.Single.
zfarPlane System.Single.

戻り値

Microsoft.DirectX.Matrix.

対象

Matrix

© 2002 Microsoft Corporation. All rights reserved. Terms of use.