Esempio n. 1
0
 public override void PointToClient(ref int x, ref int y)
 {
     XplatUI.ScreenToClient(mdi_container.Handle, ref x, ref y);
 }
Esempio n. 2
0
 public override void PointToClient(ref int x, ref int y)
 {
     XplatUI.ScreenToClient(Form.Parent.Handle, ref x, ref y);
 }