本文主要实现C#窗体图像拖拽以及锚点缩放功能 1.新建Windows窗体应用项目,添加一个panel控件,在panel控件上添加picturebox控件 代码如下: using System; using System.Drawing; using System.Windows.Forms; namespace SupremeWindowsForms { public partial class Form3 : Form { #region Fields and Properties Size…