这是在做弹幕的时候遇到的一个需求 透明背景,拖动弹幕=.=
private void Window_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // Begin dragging the window this.DragMove(); }
本文共 243 字,大约阅读时间需要 1 分钟。
这是在做弹幕的时候遇到的一个需求 透明背景,拖动弹幕=.=
private void Window_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // Begin dragging the window this.DragMove(); }
转载于:https://www.cnblogs.com/Lulus/p/8409357.html