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

给定深度值的透视转换。

语法

Matrix4x4F PerspectiveProjection(
  FLOAT depth
);

参数

depth

类型: FLOAT

透视转换的深度。

返回值

类型: Matrix4x4F

结果矩阵。

要求

要求
目标平台 Windows
标头 d2d1_1helper.h

另请参阅

Matrix4x4F