This is a revised version of my simple GDI+ Drawing Primitives Class.
The big improvement is in the text drawing procedure, which now uses font-caching so as not to recreate the font object on every call so long as the same font is being used.
This class is nothing special and no unusual methods are used. It is intended solely as a time & effort saver for projects which can use it.
The big improvement is in the text drawing procedure, which now uses font-caching so as not to recreate the font object on every call so long as the same font is being used.
This class is nothing special and no unusual methods are used. It is intended solely as a time & effort saver for projects which can use it.








