IDCompositionTranslateTransform interface
Represents a 2D transformation that affects only the offset of a visual along the x-axis and y-axis.
When to implement
Client applications do not implement IDCompositionTranslateTransform; custom implementations are not supported.
Members
The IDCompositionTranslateTransform interface inherits from IDCompositionTransform. IDCompositionTranslateTransform also has these types of members:
Methods
The IDCompositionTranslateTransform interface has these methods.
| Method | Description |
|---|---|
| SetOffsetX | Overloaded. Changes or animates the value of the OffsetX property of a 2D translation transform. |
| SetOffsetY | Overloaded. Changes or animates the value of the OffsetY property of a 2D translation transform. |
Remarks
A translation transform represents the following 3-by-2 matrix:

The effect is simply to offset the coordinate system by x and y.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also