Sack Library Documentation
|
__cdecl IMAGE_PROC PCDATA GetImageSurface(Image pImage); PCDATA (* GetImageSurface)(Image pImage);
Parameters |
Description |
Image pImage |
Image to get the surface of. |
Returns the pointer to the color buffer currently used internal to the image.
Image image = MakeImageFile( 100, 100 ); PCDATA pointer_color_data = GetImageSurface( image );
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|