DirectComposition samples
The following sample applications show how to use the Microsoft DirectComposition API and demonstrate its capabilities.
In this section
| Topic | Description |
|---|---|
|
Demonstrates how to use DirectComposition to animate the bitmap of a layered child window. | |
|
Managing DirectComposition Animation with Windows Animation Manager v2 |
Demonstrates how Windows Animation Manager v2 can be used to generate animation curves (functions) that can be consumed by DirectComposition to create animated transitions in a desktop application. |
|
Demonstrates how to use DirectComposition to apply animations and effects to visuals that have Direct2D bitmap content. | |
|
Demonstrates how to use the DirectComposition API to apply backface visibility to a visual element to show and hide the back side of a DirectComposition visual. This sample also demonstrates a performance optimization of batching D2D BeginDraw/EndDraw calls. |
Related topics