GRASS Programmer's Manual  6.4.2(2012)
psdriver/Erase.c
Go to the documentation of this file.
00001 #include "psdriver.h"
00002 
00003 void PS_Erase(void)
00004 {
00005     if (encapsulated)
00006         output("%d %d %d %d BOX\n", screen_left, screen_top, screen_right,
00007                screen_bottom);
00008     else
00009         output("ERASE\n");
00010 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines