本文介绍了在屏幕上拖动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想点击屏幕并将其拖动到屏幕上。  但由于Sketchflow屏幕是用户控件,因此DragMove方法不可用。  我希望MouseDown事件调用dragmove方法,以便您可以拖动无边框屏幕

I want to click on the screen and drag it around the screen.   But because a Sketchflow screen is a usercontrol the DragMove method is not available.  I want the MouseDown event to call the dragmove method so you can drag the borderless screen around.

Jeff Davis

Jeff Davis

推荐答案

这是我的博客,

我希望它帮助你!

问候,


这篇关于在屏幕上拖动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 00:06