IDCompositionScaleTransform

An IDCompositionScaleTransform interface represents a 2D transformation that affects the scale of a visual along the x and y axes. The coordinate system is scaled from the specified center point.

Members

Functions

SetCenterX
HRESULT SetCenterX(IDCompositionAnimation animation)

Animates the value of the CenterX property.

SetCenterX
HRESULT SetCenterX(float centerX)

Changes 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.

SetScaleX
HRESULT SetScaleX(float scaleX)

Changes the value of the ScaleX property.

SetScaleX
HRESULT SetScaleX(IDCompositionAnimation animation)

Animates the value of the ScaleX property.

SetScaleY
HRESULT SetScaleY(float scaleY)

Changes the value of the ScaleY property.

SetScaleY
HRESULT SetScaleY(IDCompositionAnimation animation)

Animates the value of the ScaleY property.

Meta