问题描述
- c# graphics的restore方法
-
请问 c# graphics的restore方法怎么用,我用它的 save保存下来,可是总是还原不了
解决方案
命名空间:System.Drawing
程序集:System.Drawing(在 system.drawing.dll 中)
封装一个 GDI+ 绘图图面。无法继承此类。
C# 用法
public sealed class Graphics : MarshalByRefObject, IDeviceContext, IDisposable
System.Drawing.Pen myP......
答案就在这里:C# graphics方法
----------------------
解决方案二:
https://msdn.microsoft.com/zh-cn/library/system.drawing.graphics.restore.aspx
时间: 2024-10-21 14:14:02