-2

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

pavan kumar
  • 125
  • 3
  • 10

1 Answers1

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.

Nico Zhu
  • 32,367
  • 2
  • 15
  • 36