IDCompositionTranslateTransform

An IDCompositionTranslateTransform interface represents a 2D transformation that affects only the offset of a visual along the x and y 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.

Meta