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