SetGDevice
SetGDevice Set the current device to the specified device
#include <Quickdraw.h> Graphics Devices
void SetGDevice( gdh );
GDHandle gdh ; new current GDevice
returns none
SetGDevice sets the specified graphics device record as the current device.
Your application won't generally need to use this procedure except to draw
offscreen graphics devices.