Bitmap for WPF
OrthographicOffCenter メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : OrthographicOffCenter メソッド
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.
シンタックス
'宣言
 
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
)

パラメータ

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.

戻り値の型

The orthographic projection matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ