Links: .NET Desktop - framework\wpf (#109)

* Links: .NET Desktop - framework\wpf

* Apply suggestions from code review

Co-authored-by: Andy De George <[email protected]>
This commit is contained in:
David Coulter
2020-11-05 13:50:29 -08:00
committed by GitHub
co-authored by Andy De George
parent c1d6e1d23e
commit 674b773578
67 changed files with 657 additions and 136 deletions
@@ -10,10 +10,12 @@ helpviewer_keywords:
ms.assetid: f4e8576d-e731-4bac-9818-22e2ae636636
---
# Handwriting Recognition
This section discusses the fundamentals of recognition as it pertains to digital ink in the WPF platform.
## Recognition Solutions
The following example shows how to recognize ink using the [Microsoft.Ink.InkCollector](https://docs.microsoft.com/previous-versions/dotnet/netframework-3.5/ms583683(v=vs.90)) class.
The following example shows how to recognize ink using the [Microsoft.Ink.InkCollector](/previous-versions/dotnet/netframework-3.5/ms583683(v=vs.90)) class.
> [!NOTE]
> This sample requires that handwriting recognizers be installed on the system.
@@ -29,4 +31,4 @@ This section discusses the fundamentals of recognition as it pertains to digital
## See also
- [Microsoft.Ink.InkCollector](https://docs.microsoft.com/previous-versions/dotnet/netframework-3.5/ms583683(v=vs.90))
- [Microsoft.Ink.InkCollector](/previous-versions/dotnet/netframework-3.5/ms583683(v=vs.90))