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