Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::BuildImageFileEx Function
C++
__cdecl IMAGE_PROC Image BuildImageFileEx(PCOLOR pc, _32 width, _32 height DBG_PASS);
#define BuildImageFile(p,w,h) BuildImageFileEx( p,w,h DBG_SRC )
Parameters 
Description 
PCOLOR pc 
the color buffer to use for the image
_32 width 
how wide the color buffer is 
height 
How tall the color buffer is 

Creates an image from user defined parts. The buffer used is from the user. This was used by the video library, but RemakeImage accomplishes this also.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!