Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
design patterns
javascript tutorial
sql + database tutorial
all tutorials
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Question
« Prev Topic
|
Next Topic »
Pattern for Editing Images
Mauro none
50
50
Jul 09, 2010
0
Hi
Does anyone know of a pattern to help editing images and maintain the state of each change made on that image?
Any suggestions appreciated.
Thanks,
Mauro
Design Patterns
Add Comment
Flag
Follow
Email
2 answers
answer date
votes
comments
Walt Lynton
203
96.5
Jul 09, 2010
0
That's an easy one: use the
Command Pattern
. This will allow you to push and pop a multi-level set of commands onto a stack.
See here for more information on Undo, Redo, Command:
http://en.wikipedia.org/wiki/Undo
Hope this helps.
Add Comment
Flag
Link
Mauro none
50
50
Jul 10, 2010
0
thanks for your suggestion
Add Comment
Flag
Link
Write Your Answer
return to top