IDCompositionRotateTransform

An IDCompositionRotateTransform interface represents a 2D transformation that affects the rotation of a visual along the z axis. The coordinate system is rotated around the specified center point.

Members

Functions

SetAngle
HRESULT SetAngle(float angle)

Changes the value of the Angle property.

SetAngle
HRESULT SetAngle(IDCompositionAnimation animation)

Animates the value of the Angle property.

SetCenterX
HRESULT SetCenterX(float centerX)

Changes the value of the CenterX property.

SetCenterX
HRESULT SetCenterX(IDCompositionAnimation animation)

Animates the value of the CenterX property.

SetCenterY
HRESULT SetCenterY(float centerY)

Changes the value of the CenterY property.

SetCenterY
HRESULT SetCenterY(IDCompositionAnimation animation)

Animates the value of the CenterY property.

Meta