Using GDI Functions with FastgraphYou can direct Windows GDI functions to write to a virtual buffer. GDI functions can complement Fastgraph's graphics functions for specialized graphics needs. For example, the next example program uses GDI functions to display a cross-hatched rectangle with a border, something that would require several Fastgraph graphics primitives but can be done in a few GDI calls.
|
 
copyright 2001 Ted Gruber Software, Inc.