undo/redo command stack for InkCanvas
问题 I am creating paint like application using InkCanvas , I am willing to implement Undo and Redo functionality in my application . Which is the best way to implement Undo / Redo for InkCanvas ?? 回答1: I've implemented undo / redo for a WPF application and ended up publishing my undo / redo code to http://muf.codeplex.com/. You can also get it via NuGet. Just look for "MUF" or "Monitored Undo Framework". It includes support for Silverlight 4.0, as well as .NET 3.5, 4.0, and WP7. In my WPF app, we