Bitmap for UWP
Orthographic メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : Orthographic メソッド
The width of the view volume.
The height of the view volume.
The minimum Z-value of the view volume.
The maximum Z-value of the view volume.
Creates an orthographic perspective matrix from the given view volume dimensions.
シンタックス
'宣言
 
Public Shared Function Orthographic( _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   ByVal zNearPlane As System.Single, _
   ByVal zFarPlane As System.Single _
) As Matrix4x4
public static Matrix4x4 Orthographic( 
   System.float width,
   System.float height,
   System.float zNearPlane,
   System.float zFarPlane
)

パラメータ

width
The width of the view volume.
height
The height of the view volume.
zNearPlane
The minimum Z-value of the view volume.
zFarPlane
The maximum Z-value of the view volume.

戻り値の型

The orthographic projection matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ