1

Is there a simple way to get shape recognition working with WinRT?
With WPF it was simple I could just use InkAnalysis but it seems that it is not available in WinRT(?). I want to be able to draw basic shapes circle, rectangle and square and I want to be able to recognize them.

Any suggestions?

leesei
  • 6,020
  • 2
  • 29
  • 51
Jimmy Engtröm
  • 1,998
  • 4
  • 23
  • 34

1 Answers1

0

The GestureRecognizer class that you get out of the box only supports the simple gestures used in various standard Windows 8 controls. For your scenario you could try the 1$/n$ recognizers I linked to in this previous question.

Community
  • 1
  • 1
Filip Skakun
  • 31,624
  • 6
  • 74
  • 100