This quickstart uses the SurfaceImageSource class, which allows you to compose DirectX graphics within a XAML element. If you need to display XAML in front of a full-screen DirectX swap chain you should use the SwapChainBackgroundPanel
class.
On the initial screen, choose the Load Image button. Use the file picker to select a JPG or PNG file, and then choose theOpen button. The image is loaded and displayed on the screen. Choose any point on the image to observe the ripple effect. If you choose another point while the ripple is animating, the center of the ripple moves to that location. You can also drag the ripple while it's animating.
Where to get the documentation
You will learn
- How to perform interop between XAML and DirectX in a Windows Store app using the SurfaceImageSource class.
- How to use DirectX to create and apply an affect to an image.
Applies to
- Windows Runtime for Windows 8
- Visual C++ component extensions (C++/CX)
- XAML
- DirectX
Building and running the quickstart
Build the DirectXRipple project as you would build a standard project.- On the menu bar, choose Build > Build Solution. The build step compiles the code and also packages it as a Windows Store app.
- After you build the project, you must deploy it. On the menu bar, choose Build > Deploy Solution.
- After you deploy the project, choose the DirectXRipple tile to run the app. Alternatively, in Microsoft Visual Studio, on the menu bar, chooseDebug > Start Debugging. If you run the app in the debugger, Visual Studio deploys the project.
On the initial screen, choose the Load Image button. Use the file picker to select a JPG or PNG file, and then choose theOpen button. The image is loaded and displayed on the screen. Choose any point on the image to observe the ripple effect. If you choose another point while the ripple is animating, the center of the ripple moves to that location. You can also drag the ripple while it's animating.