Sourav Bhattacharya

Sourav Bhattacharya

  • 1.5k
  • 78
  • 10.9k

How to apply Undo and Redo functionality in C# WinForms Image Editor

Jun 26 2021 8:37 PM

I am working on an x86 architecture-based Windows Form Image Editor application in C# in .NET Framework 4.5.2 having controls like Brightness, Contrast, Flipping effect, Rotate by angle, PAN, Magnifying effect, Line, etc. I want to add two buttons with Undo and Redo functionality. Can anyone help me out?


Answers (1)