- 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.
- 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.
- SetScaleZ
HRESULT SetScaleZ(float scaleZ)
Changes the value of the ScaleZ property.
- SetScaleZ
HRESULT SetScaleZ(IDCompositionAnimation animation)
Animates the value of the ScaleZ property.
An IDCompositionScaleTransform3D interface represents a 3D transformation that affects the scale of a visual along the x, y and z axes. The coordinate system is scaled from the specified center point.