GRASS Programmer's Manual  6.4.2(2012)
psdriver/Box.c
Go to the documentation of this file.
00001 
00002 #include "psdriver.h"
00003 
00004 void PS_Box_abs(int x1, int y1, int x2, int y2)
00005 {
00006     output("%d %d %d %d BOX\n", x1, y1, x2, y2);
00007 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines