GDI Interface

Contains only the Interface class.  All other information is stored in the library <gdiplus.h>

Summary
GDI InterfaceContains only the Interface class.
GDIInterfaceProvides an interface to startup and shutdown the GDI+ Interface
Functions
InitInitializes GDI+ for use.
ShutdownShutsdown GDI+.

GDIInterface

class GDIInterface

Provides an interface to startup and shutdown the GDI+ Interface

Summary
Functions
InitInitializes GDI+ for use.
ShutdownShutsdown GDI+.

Functions

Init

static int Init()

Initializes GDI+ for use.  It connects the debugger to the Logger so errors will be verbal.

Returns

INT False if successful, error code otherwise

Shutdown

static void Shutdown()

Shutsdown GDI+.

class GDIInterface
Provides an interface to startup and shutdown the GDI+ Interface
static int Init()
Initializes GDI+ for use.
static void Shutdown()
Shutsdown GDI+.
namespace Logger
Contains the FileLogger class and the static log file that is opened at the beginning of the program
Close