我在WPF 4和vb.net 2010中有一个项目.
我在窗口内有画布.该窗口是全屏幕,但画布设置为窗口中心的实心640×480.我需要将鼠标放在画布的内部,而不是在窗口的内部.我该如何做?
这不工作吗?
原文链接:https://www.f2er.com/vb/255756.htmlPoint p = Mouse.GetPosition(canvas);
The position of the mouse pointer is calculated relative to the specified element with the upper-left corner of element being the point of origin,