Get Graphics Window's dimension and position on Screen.
Ayush Kumar
Member, Moderator, Employee Posts: 470
✭✭✭✭
in Structures
Comments
-
Pane=ExtAPI.UserInterface.GetPane(MechanicalPanelEnum.Graphics) Width=Pane.ControlUnknown.width Height=Pane.ControlUnknown.height Left = Pane.CommandContainer.WindowRect.Left Top=Pane.CommandContainer.WindowRect.Top
0