Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
For apps on Windows 10, we recommend using Windows.UI.Composition APIs instead of DirectComposition. For more info, see Modernize your desktop app using the Visual layer.
The following sample applications show how to use the Microsoft DirectComposition API and demonstrate its capabilities.
In this section
Topic | Description |
---|---|
DirectComposition layered child window sample |
Demonstrates how to use DirectComposition to animate the bitmap of a layered child window. |
Managing DirectComposition animation with Windows Animation Manager v2 sample |
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. |
DirectComposition effects with Direct2D bitmap content sample |
Demonstrates how to use DirectComposition to apply animations and effects to visuals that have Direct2D bitmap content. |
DirectComposition Backface and D2D Batching sample |
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. |