d.info.html 814 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <h2>DESCRIPTION</h2>
  2. <em>d.info</em> displays information about the active display
  3. monitor. Display monitors are maintained
  4. by <em><a href="d.mon.html">d.mon</a></em>.
  5. <h2>EXAMPLES</h2>
  6. <div class="code"><pre>
  7. d.mon start=cairo
  8. d.info -r
  9. rectangle: 0.000000 640.000000 0.000000 480.000000
  10. </pre></div>
  11. <h2>NOTES</h2>
  12. Units are screen pixels (except for <b>-g</b> flag where map units are
  13. used).
  14. <br>Where two numbers are given the format is: width, height.
  15. <br>Where four numbers are given the format is: left, right, top, bottom.
  16. <p>
  17. Note: GRASS display pixel coordinates are measured from the top left.
  18. <h2>SEE ALSO</h2>
  19. <em>
  20. <a href="d.mon.html">d.mon</a>,
  21. <a href="d.vect.html">d.vect</a>,
  22. <a href="d.rast.html">d.rast</a>
  23. </em>
  24. <h2>AUTHOR</h2>
  25. Glynn Clements
  26. <p>
  27. <i>Last changed: $Date$</i>