View Single Post
  #2  
Old 05-06-2013, 09:39 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
What do you want to cover the display with? A solid color, an image, .. ?

If you just want to crop the display, you can change the size/position of the main window:
Code:
viz.MainWindow.setSize([0.5,0.5])
viz.MainWindow.setPosition([0.25,0.75])
Reply With Quote