|
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 );
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!
|