Custom Interpolator Sample

Shows how to use Windows Animation with your own Custom Interpolator, with Direct2D used for rendering. Sample images are loaded from the Picture Library.

Downloading the Sample

This sample is available in the following locations.

Location Path/URL
Windows Software Development Kit (SDK) Microsoft Windows Software Development Kit 7.0
Code Gallery Windows Animation Manager Sample Code

 

After you have downloaded and installed the Windows SDK, you will find the samples in the installation directory. For example, if you use the default installation path for the Windows SDK for Windows 7, the samples are installed in C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples.

Building the Sample

Use one of the following methods to build the sample.

To build the sample at the Command Prompt

  1. Open the Command Prompt window and navigate to the CustomInterpolator project directory. For example, the default installation path for this sample is C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\Multimedia\WindowsAnimation\CustomInterpolator

  2. Run the following command: msbuild CustomInterpolator.sln

To build the sample using Microsoft Visual Studio (preferred)

  1. Open Windows Explorer and navigate to the CustomInterpolator project directory.

    Note

    The .sln file name extension is not shown under default folder settings. In that situation, it can be identified by its unique icon or by its type description, "Microsoft Visual Studio Solution".

     

  2. Double-click the icon for the CustomInterpolator.sln file to open the project in Visual Studio.

  3. From the Build menu, select Build Solution.

Running the Sample

To run the sample:

  1. Navigate to the directory that contains the new executable, using either the command prompt or Windows Explorer.

  2. Run CustomInterpolator.exe at the command prompt, or double-click the icon for CustomInterpolator.exe in Windows Explorer.

  3. Resize the window or press the spacebar, and the images will arrange themselves randomly in the middle of the client area.

  4. Press the up or down arrow and the images will accelerate toward the top or bottom of the client area.