我用它在屏幕上显示我的表单:
when(myInstance.method(nullable(Collection.class), nullable(anyListOf(MyClass.class).class), nullable(SomeClass.class))).thenReturn(true);
它有时出现在屏幕外 我可以使用this进行确认:
Point point = (Control.MousePosition);
popupControl.Location = point;
popupControl.Show();
但是我如何将其移回屏幕?
我希望它位于其原始位置的最近位置