How to use DirectComposition
This section describes best practices for using the Microsoft DirectComposition API, and demonstrates how to use the API to accomplish several common tasks.
In this section
| Topic | Description |
|---|---|
|
This topic describes best practices for using DirectComposition. | |
|
This topic demonstrates how to create and initialize the minimum set of DirectComposition objects needed to create a simple composition. | |
|
This topic demonstrates how to build a simple DirectComposition visual tree. The example in this topic builds and composes a visual tree that consists of a root visual and three child visuals. | |
|
This topic demonstrates how to use a rectangle clip object to clip a visual or visual tree. | |
|
This topic demonstrates how to apply 2D transforms to a visual by using DirectComposition. | |
|
This topic demonstrates how to use DirectComposition to apply effects and 3D transformations to a visual. | |
|
This topic demonstrates how to animate the properties of a visual by using DirectComposition. | |
|
This topic describes how to create and animate a visual that uses the bitmap of a layered child window as the visual's content. |
Related topics