IDCompositionRotateTransform3D

An IDCompositionRotateTransform3D interface represents a 3D transformation that affects the rotation of a visual along the specified axis at 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.

SetAxisX
HRESULT SetAxisX(float axisX)

Changes the value of the AxisX property.

SetAxisX
HRESULT SetAxisX(IDCompositionAnimation animation)

Animates the value of the AxisX property.

SetAxisY
HRESULT SetAxisY(float axisY)

Changes the value of the AxisY property.

SetAxisY
HRESULT SetAxisY(IDCompositionAnimation animation)

Animates the value of the AxisY property.

SetAxisZ
HRESULT SetAxisZ(float axisZ)

Changes the value of the AxisZ property.

SetAxisZ
HRESULT SetAxisZ(IDCompositionAnimation animation)

Animates the value of the AxisZ 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.

SetCenterZ
HRESULT SetCenterZ(float centerZ)

Changes the value of the CenterZ property.

SetCenterZ
HRESULT SetCenterZ(IDCompositionAnimation animation)

Animates the value of the CenterZ property.

Meta