本文介绍了如何在C#中的picturebox中实现撤消和重做操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的问题   如何在C#中的图片框中实现撤消和重做操作

我有一个图像 图片框 in 我的项目。我执行一些过程,如 zoom,添加文本,画画,旋转......。现在我想为 这个实现撤消和重做操作。当我单击一个按钮时,应撤消上一个操作。

我在
microsoft visual studio,Windows Form Application中工作

谢谢:)。





我的尝试:


$ b $很多尝试,但只是找到了如何撤消和重做文本框。

解决方案

My question is " How implement Undo AND Redo operation in picturebox in C# " .

I have a image " picture box " in my project . i perform some of processes such as " zoom , add text , draw , rotate ... " . now I want to implement the undo and redo operation for this . When i click a button the last operation should be undone.

I work in microsoft visual studio ,Windows Form Application .

Thank You :) . 



What I have tried:

lot of Trying but just a found how to undo and redo Text Box .

解决方案


这篇关于如何在C#中的picturebox中实现撤消和重做操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 01:04