Contains only the Interface class. All other information is stored in the library <gdiplus.h>
GDI Interface | Contains only the Interface class. |
GDIInterface | Provides an interface to startup and shutdown the GDI+ Interface |
Functions | |
Init | Initializes GDI+ for use. |
Shutdown | Shutsdown GDI+. |
static int Init()
Initializes GDI+ for use. It connects the debugger to the Logger so errors will be verbal.
INT False if successful, error code otherwise
Provides an interface to startup and shutdown the GDI+ Interface
class GDIInterface
Initializes GDI+ for use.
static int Init()
Shutsdown GDI+.
static void Shutdown()
Contains the FileLogger class and the static log file that is opened at the beginning of the program
namespace Logger