Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::MakeImageFileEx Function
C++
__cdecl IMAGE_PROC Image MakeImageFileEx(_32 Width, _32 Height DBG_PASS);
Image (* MakeImageFileEx)(_32 Width, _32 Height DBG_PASS);
#define MakeImageFile(w,h) MakeImageFileEx( w,h DBG_SRC )
Parameters 
Description 
_32 Width 
how wide to make the image. Cannot be negative. 
_32 Width 
how wide to make the image. Cannot be negative. 
_32 Height DBG_PASS 
_nt_ 
_32 Height DBG_PASS 
_nt_ 
Height 
how tall to make the image. Cannot be negative. 
Height 
how tall to make the image. Cannot be negative. 

Adds DBG_PASS parameter. Creates an Image with a specified width and height. The image's color is undefined to start.

See Image

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!