示例#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);
 }