How to take text input in win2d just like we do in uwp with TextBox?

149 Views Asked by At

How to take text input in win2d like we do in uwp with TextBox?

1

There are 1 best solutions below

0
Nico Zhu On

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.