#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxMakeFromSignature (const HxImageSignature &signature, HxSizes sizes) |
| Make an uninitialized image with given signature and sizes. More... | |
|
||||||||||||
|
Make an uninitialized image with given signature and sizes.
00014 {
00015 return HxImageFactory::instance().fromSignature(signature, sizes);
00016 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001