Get Graphics Window's dimension and position on Screen.
Pane=ExtAPI.UserInterface.GetPane(MechanicalPanelEnum.Graphics) Width=Pane.ControlUnknown.width Height=Pane.ControlUnknown.height Left = Pane.CommandContainer.WindowRect.Left Top=Pane.CommandContainer.WindowRect.Top