presentationTransform 结构 (presentationtypes.h)
表示由 3 乘 2 矩阵定义的任意仿射 2D 转换。
语法
typedef struct PresentationTransform {
float M11;
float M12;
float M21;
float M22;
float M31;
float M32;
} PresentationTransform;
成员
M11
类型: FLOAT
此转换矩阵结构的第一行和第一列的值。
M12
类型: FLOAT
此转换矩阵结构的第一行和第二列的值。
M21
类型: FLOAT
此转换矩阵结构的第二行和第一列的值。
M22
类型: FLOAT
此转换矩阵结构的第二行和第二列的值。
M31
类型: FLOAT
此转换矩阵结构的第三行和第一列的值。
M32
类型: FLOAT
此转换矩阵结构的第三行和第二列的值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 内部版本 22000 |
最低受支持的服务器 | Windows 内部版本 22000 |
标头 | presentationtypes.h |