IDCompositionSkewTransform

An IDCompositionSkewTransform interface represents a 2D transformation that affects the skew of a visual along the x and y axes. The coordinate system is skewed around the specified center point.

Members

Functions

SetAngleX
HRESULT SetAngleX(float angleX)

Changes the value of the AngleX property.

SetAngleX
HRESULT SetAngleX(IDCompositionAnimation animation)

Animates the value of the AngleX property.

SetAngleY
HRESULT SetAngleY(float angleY)

Changes the value of the AngleY property.

SetAngleY
HRESULT SetAngleY(IDCompositionAnimation animation)

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

Meta