DioDocs for PDF
Orthographic メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Matrix4x4 構造体 : Orthographic メソッド
ビューボリュームの幅。
ビューボリュームの高さ。
ビュー ボリュームの最小 Z 値。
ビュー ボリュームの最大 Z 値。
指定されたビューボリュームの寸法から正射投影マトリックスを作成します。
シンタックス
'宣言
 
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
ビューボリュームの幅。
height
ビューボリュームの高さ。
zNearPlane
ビュー ボリュームの最小 Z 値。
zFarPlane
ビュー ボリュームの最大 Z 値。

戻り値の型

正射投影マトリックス。
参照

Matrix4x4 構造体
Matrix4x4 メンバ