如何在窗口应用程序的图片框上附加jpeg图像的html控件

问题描述:

我有一个窗口表单应用程序,我必须在图片框上拖动控件并使用Image修复它们。当我放大或缩小时,控件应该用picturebox缩放。

I have a window form application in which i have to drag controls on picturebox and make them fix with Image. when i zoom in or zoom out, controls should be zoom with picturebox.

请看我过去的答案:

C#.net鼠标滚轮中的缩放图像 [ ^ ],

如何知道用户控件内的控件鼠标位置 [ ^ ]。



-SA
Please see my past answers:
Zoom image in C# .net mouse wheel[^],
How to know the mouse position for control inside UserControl[^].

—SA