Undo / redo command for InkCanvas

I am creating a Paint application using InkCanvas, I am ready to implement Undo and Redo in my application.

What is the best way to implement Undo / Redo for InkCanvas?

+3
source share
1 answer

I applied undo / redo for a WPF application and finished publishing my undo / redo code to http://muf.codeplex.com/ . You can also get it through NuGet. Just search for "MUF" or "Monitored Undo Framework". It includes support for Silverlight 4.0, as well as .NET 3.5, 4.0, and WP7.

WPF InkCanvas, Undo/Redo. InkCanvas . InkCanvas, , . .

Undo/Redo. "", . InkCanvas .

codeplex (http://muf.codeplex.com/). .

+4

All Articles