IDCompositionTranslateTransform3D

An IDCompositionTranslateTransform3D interface represents a 3D transformation that affects the offset of a visual along the x,y and z axes.

Members

Functions

SetOffsetX
HRESULT SetOffsetX(float offsetX)

Changes the value of the OffsetX property.

SetOffsetX
HRESULT SetOffsetX(IDCompositionAnimation animation)

Animates the value of the OffsetX property.

SetOffsetY
HRESULT SetOffsetY(float offsetY)

Changes the value of the OffsetY property.

SetOffsetY
HRESULT SetOffsetY(IDCompositionAnimation animation)

Animates the value of the OffsetY property.

SetOffsetZ
HRESULT SetOffsetZ(float offsetZ)

Changes the value of the OffsetZ property.

SetOffsetZ
HRESULT SetOffsetZ(IDCompositionAnimation animation)

Animates the value of the OffsetZ property.

Meta