Skip to content

Commit 3de40b7

Browse files
authored
Merge pull request #2681 from gewarren/designers-liz
Residual issues from vendor review of Designers folder
2 parents b361e1f + 59daff8 commit 3de40b7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/designers/getting-started-with-wpf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Windows Presentation Foundation (WPF) is a UI framework that creates desktop cli
1717

1818
## Where should I start?
1919

20-
|||
20+
|Subject|Articles|
2121
|-|-|
2222
|I want to jump right in...|[Walkthrough: My first WPF desktop application](/dotnet/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application)|
23-
| I want to compare XAML design tools... |[Design XAML in Visual Studio and Blend for Visual Studio](../designers/designing-xaml-in-visual-studio.md)|
23+
|I want to compare XAML design tools...|[Design XAML in Visual Studio and Blend for Visual Studio](../designers/designing-xaml-in-visual-studio.md)|
2424
|New to .NET?|[Overview of the .NET framework](/dotnet/framework/get-started/overview)<br /><br /> [Application Essentials](/dotnet/standard/application-essentials)<br /><br /> [Get Started with Visual C# and Visual Basic](../ide/getting-started-with-visual-csharp-and-visual-basic.md)|
2525
|Tell me more about WPF...|[Introduction to WPF](../designers/introduction-to-wpf.md)<br /><br /> [XAML overview (WPF)](/dotnet/framework/wpf/advanced/xaml-overview-wpf)<br /><br /> [Controls](/dotnet/framework/wpf/controls/)<br /><br /> [Data binding overview](/dotnet/framework/wpf/data/data-binding-overview)<br /><br /> [WPF data binding with LINQ to XML](../designers/wpf-data-binding-with-linq-to-xml-overview.md)|
2626
|Are you a Windows Forms developer?|[Windows Forms controls and equivalent WPF controls](/dotnet/framework/wpf/advanced/windows-forms-controls-and-equivalent-wpf-controls)<br /><br /> [Supported scenarios in WPF and Windows Forms interoperation](/dotnet/framework/wpf/advanced/wpf-and-windows-forms-interoperation)|

docs/designers/image-editor-examples.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@ manager: douge
1111
ms.workload:
1212
- "multiple"
1313
---
14-
# Image Editor Examples
14+
# Image Editor examples
1515

1616
The articles in this section of the documentation contain examples that demonstrate how you can use the Image Editor.
1717

18-
## Related topics
19-
2018
|Title|Description|
2119
|-----------|-----------------|
2220
|[How to: Create a basic texture](../designers/how-to-create-a-basic-texture.md)|Demonstrates how to create a basic texture.|
23-
|[How to: Export a texture for use with Direct2D or Javascipt apps](../designers/how-to-export-a-texture-for-use-with-direct2d-or-javascipt-apps.md)|Demonstrates how to create a DDS-format texture that has premultiplied alpha that you can use in a Direct2D or WWA app.|
2421
|[How to: Create and modify MIP levels](../designers/how-to-create-and-modify-mip-levels.md)|Demonstrates how to generate MIP Levels from an image.|
25-
|[Using 3D assets in your game or app](../designers/using-3-d-assets-in-your-game-or-app.md)|Describes how you can use [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] to process 3D assets when you build your project or solution so that they are ready for use in your app. Strategies for loading different kinds of assets into your app are also discussed.|
22+
|[Using 3D assets in your game or app](../designers/using-3-d-assets-in-your-game-or-app.md)|Describes how you can use Visual Studio to process 3D assets when you build your project or solution so that they are ready for use in your app. Strategies for loading different kinds of assets into your app are also discussed.|
2623
|[How to: Export a texture that contains mipmaps](../designers/how-to-export-a-texture-that-contains-mipmaps.md)|Describes how to use the Image Content Pipeline to export a texture that contains precomputed mipmaps.|
2724
|[How to: Export a texture that has premultiplied alpha](../designers/how-to-export-a-texture-that-has-premultiplied-alpha.md)|Describes how to use the Image Content Pipeline to export a texture that contains premultiplied alpha values.|
2825
|[How to: Export a texture for use with Direct2D or Javascipt apps](../designers/how-to-export-a-texture-for-use-with-direct2d-or-javascipt-apps.md)|Describes how to use the Image Content Pipeline to export a texture that can be used in a Direct2D or Javascript App.|

0 commit comments

Comments
 (0)