示例#1
0
 internal void DropShape(Point position)
 {
     _model.DropShape(position);
     Mouse.OverrideCursor = Cursors.Arrow;
 }
示例#2
0
 internal void DropShape(Point position)
 {
     _model.DropShape(position);
     Window.Current.CoreWindow.PointerCursor = new Windows.UI.Core.CoreCursor(Windows.UI.Core.CoreCursorType.Arrow, 1);
 }