ComponentOne Imaging for UWP
Step 1 of 4: Creating a Windows Store Application
Imaging for UWP > Bitmap > Bitmap for UWP Quick Start > Step 1 of 4: Creating a Windows Store Application

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

To set up your project, 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, select ComponentOne Studio UWP Edition and click OK to close the dialog box and add the reference.

In the next step, you'll set the styles and add an image to the project.
Step 2 of 4: Adding an Image

See Also