ComponentOne Imaging for UWP
Step 1 of 3: Creating a Universal Windows Application
Imaging for UWP > Image > Image for UWP Quick Start > Step 1 of 3: Creating a Universal Windows Application

In this step you'll create a Windows Store application in Visual Studio using Image for UWP.

To set up your project and add a C1Image control to your application, complete the following steps:

  1. In Visual Studio, select File | New | Project.
  2. Select Templates | Visual C# | Windows | Universal. From the templates list, select Blank App (Universal Windows).    
  3. Enter a Name and click OK to create your project. Open the XAML view of the MainPage.xaml file; in this quick start you'll add controls using XAML markup.
  4. Right-click the project name in the Solution Explorer and select Add Reference.
  5. In the Reference Manager dialog box, expand Universal Windows and select Extensions; you should see the UWP assemblies in the center pane. Select C1.UWP.Imaging.
  6. Place your cursor between the <Grid> and </Grid> tags.
  7. Locate the C1Image icon in your Visual Studio Toolbox and double-click the image. This will add the C1Image control to your application.

In the next step, you will add an image to the control.

See Also