IDCompositionRotateTransform 接口 (dcomp.h)

表示影响视觉对象绕 z 轴旋转的 2D 转换。 坐标系围绕指定的中心点旋转。

继承

IDCompositionRotateTransform 接口继承自 IDCompositionTransformIDCompositionRotateTransform 还具有以下类型的成员:

方法

IDCompositionRotateTransform 接口包含以下方法。

 
IDCompositionRotateTransform::SetAngle

更改 2D 旋转转换的 Angle 属性的值。 Angle 属性指定旋转角度。
IDCompositionRotateTransform::SetAngle

对 2D 旋转转换的 Angle 属性的值进行动画处理。 Angle 属性指定旋转角度。
IDCompositionRotateTransform::SetCenterX

更改 2D 旋转转换的 CenterX 属性的值。
IDCompositionRotateTransform::SetCenterX

对 2D 旋转转换的 CenterX 属性的值进行动画处理。
IDCompositionRotateTransform::SetCenterY

更改 2D 旋转转换的 CenterY 属性的值。
IDCompositionRotateTransform::SetCenterY

对 2D 旋转转换的 CenterY 属性的值进行动画处理。

备注

旋转转换表示以下 3 x 3 矩阵:

三乘三转换矩阵

效果是顺时针或逆时针旋转坐标系,并应用相应的平移,使中心点不移动。

要求

   
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 dcomp.h

另请参阅

IDCompositionTransform

IDCompositionVisual::SetTransform