The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Displaying images, graphics, and thumbnails (XAML)
The topics in this section get you started with displaying graphics.
Roadmap: How does this topic relate to others? See:
- Roadmap for Windows Runtime apps using C# or Visual Basic
- Roadmap for Windows Runtime apps using C++
In this section
| Topic | Description |
|---|---|
|
Learn how to draw shapes, such as ellipses, rectangles, polygons, and paths. The Path class is the way to visualize a fairly complex vector-based drawing language in a XAML UI, for example you can draw Bezier curves. | |
|
We look at the different brushes in Windows Runtime app using C++, C#, or Visual Basic. | |
|
Learn how to integrate images into your Windows Runtime app using C++, C#, or Visual Basic, including how to use the APIs of the two main XAML classes: Image and ImageBrush. |
Related topics
- Roadmap for Windows Runtime apps using C# or Visual Basic
- Roadmap for Windows Runtime apps using C++
Show: