Matrix::RotateAt 方法 (gdiplusmatrix.h)
Matrix::RotateAt 方法使用自身乘积和表示指定点旋转的矩阵更新此矩阵。
语法
Status RotateAt(
[in] REAL angle,
[in, ref] const PointF & center,
[in] MatrixOrder order
);
参数
[in] angle
类型: REAL
指定旋转角度(以度为单位)的实数。 正值指定顺时针旋转。
[in, ref] center
类型: const PointF
对 PointF 对象的引用,该对象指定旋转的中心。 这是旋转发生的点。
[in] order
类型: MatrixOrder
可选。 MatrixOrder 枚举的元素,用于指定乘法的顺序。 MatrixOrderPrepend 指定旋转矩阵位于左侧,MatrixOrderAppend 指定旋转矩阵位于右侧。 默认值为 MatrixOrderPrepend。
返回值
类型: 状态
如果方法成功,则返回 Ok,这是 Status 枚举的元素。
如果 方法失败,它将返回 Status 枚举的其他元素之一。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusmatrix.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |