'How to take text input in win2d just like we do in uwp with TextBox?
How to take text input in win2d like we do in uwp with TextBox?
Solution 1:[1]
As Simon Mourier said, Win2D is use to 2D graphics rendering. if you want to get text value, please use variable to store DrawText string parameter. And the other way is use OcrEngine to recognize specific text. For more detail please refer this code sample.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Nico Zhu - MSFT |
