Matrix4x4F::P erspectiveProjection 方法 (d2d1_1helper.h)

指定深度值的檢視方塊轉換。

語法

Matrix4x4F PerspectiveProjection(
  FLOAT depth
);

參數

depth

類型: FLOAT

檢視方塊轉換的深度。

傳回值

類型: Matrix4x4F

結果矩陣。

規格需求

需求
目標平台 Windows
標頭 d2d1_1helper.h

另請參閱

Matrix4x4F