gflCloneBitmap
The gflCloneBitmap function allows to clone a bitmap, and returns a pointer to a GFL_BITMAP structure.
GFL_BITMAP * gflCloneBitmap( const GFL_BITMAP * bitmap );
Parameters
- bitmap
- Pointer to a GFL_BITMAP structure.
Return value
A pointer to a GFL_BITMAP structure or NULL.
See also