我想旋转/移动图像按鼠标movement.when鼠标右键被按下,图像移动到右边,当按钮释放时图像移动应该停止,同样适用于windows编程中的左button.how来做到这一点(不使用wpf)?
发布于 2015-02-24 13:10:05
您可以找到有关如何在winforms应用程序here中旋转图像的信息
和鼠标释放/鼠标按下事件的示例here或at msdn
https://stackoverflow.com/questions/28688278
相似问题