예제 #1
0
 public override void PointToScreen(ref int x, ref int y)
 {
     XplatUI.ClientToScreen(mdi_container.Handle, ref x, ref y);
 }
예제 #2
0
 public virtual void PointToScreen(ref int x, ref int y)
 {
     XplatUI.ClientToScreen(form.Handle, ref x, ref y);
 }