|
1 | 1 | ---
|
2 | 2 | description: Your app can load image resource files containing images tailored for display scale factor, theme, high contrast, and other runtime contexts.
|
3 |
| -title: Load images and assets tailored for scale, theme, high contrast, and others |
| 3 | +title: Load tailored images and assets in your apps |
4 | 4 | ms.date: 10/08/2024
|
5 | 5 | ms.topic: how-to
|
6 | 6 | keywords: windows 10, windows 11, winui, windows app sdk, resource, image, asset, MRT, qualifier
|
7 | 7 | ms.localizationpriority: medium
|
8 |
| -#customer-intent: To learn how to load image resource files containing images tailored for display scale factor, theme, high contrast, and other runtime contexts. |
| 8 | +#customer intent: To learn how to load image resource files containing images tailored for display scale factor, theme, high contrast, and other runtime contexts. |
9 | 9 | ---
|
10 | 10 |
|
11 | 11 | # Load images and assets tailored for scale, theme, high contrast, and others
|
@@ -189,15 +189,13 @@ By default, the [ResourceManager](/windows/windows-app-sdk/api/winrt/microsoft.w
|
189 | 189 |
|
190 | 190 | ## Important APIs
|
191 | 191 |
|
| 192 | +The following APIs are imporant to understand when working with image resources: |
| 193 | + |
192 | 194 | - [ResourceContext](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.resources.resourcecontext)
|
193 | 195 | - [ResourceMap](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.resources.resourcemap)
|
194 | 196 |
|
195 |
| -## See also |
| 197 | +## Related content |
196 | 198 |
|
197 |
| -- [Tailor your resources for language, scale, and other qualifiers](tailor-resources-lang-scale-contrast.md) |
198 |
| -- [Localize strings in your UI and app package manifest](localize-strings.md) |
199 | 199 | - [Store and retrieve settings and other app data](/windows/apps/design/app-settings/store-and-retrieve-app-data)
|
200 | 200 | - [Tile and toast support for language, scale, and high contrast](/windows/apps/design/shell/tiles-and-notifications/tile-toast-language-scale-contrast)
|
201 |
| -- [Localizable manifest items](/uwp/schemas/appxpackage/uapmanifestschema/localizable-manifest-items-win10?branch=live) |
202 | 201 | - [Mirroring images](/windows/apps/design/globalizing/adjust-layout-and-fonts--and-support-rtl#mirroring-images)
|
203 |
| -- [Globalization and localization](/windows/apps/design/globalizing/globalizing-portal) |
0 commit comments