How to draw on a canvas in Metro using C# and XAML
draw, windows-8, winrt-xaml, xaml
Solution
Try this method,
http://code.msdn.microsoft.com/InkPen-sample-in-CSharp-189ce853
Problem
I am looking to allow my user to draw their signature in a canvas within a Windows 8 Metro application. Does anyone know of any examples using C# and XAML?