DioDocs for PDF
Perspective メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Matrix4x4 構造体 : Perspective メソッド
ビュー ボリュームの幅。
ビュー ボリュームの高さ。
近いビューまでの距離。
遠いビューまでの距離。
指定されたビューボリュームの寸法から透視投影マトリックスを作成します。
シンタックス
'宣言
 
Public Shared Function Perspective( _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   ByVal nearPlaneDistance As System.Single, _
   ByVal farPlaneDistance As System.Single _
) As Matrix4x4
public static Matrix4x4 Perspective( 
   System.float width,
   System.float height,
   System.float nearPlaneDistance,
   System.float farPlaneDistance
)

パラメータ

width
ビュー ボリュームの幅。
height
ビュー ボリュームの高さ。
nearPlaneDistance
近いビューまでの距離。
farPlaneDistance
遠いビューまでの距離。

戻り値の型

透視投影マトリックス。
参照

Matrix4x4 構造体
Matrix4x4 メンバ