__cdecl IMAGE_PROC void GetImageSize(Image pImage, _32 * width, _32 * height); void (* GetImageSize)(Image pImage, _32 *width, _32 *height);
Parameters |
Description |
Image pImage |
image to get the size of |
_32 * width |
pointer to a 32 bit unsigned value to result with the width, if NULL ignored. |
_32 * height |
pointer to a 32 bit unsigned value to result with the height, if NULL ignored. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|