ImageList_GetIconSize

【勇芳软件工作室】汉化HomePreviousNext

ImageList_GetIconSize功能检索图像列表中图像的尺寸。图像列表中的所有图像具有相同的尺寸。

BOOL ImageList_GetIconSize(

HIMAGELIST 【HIML】, 
Pointer to integer variable that receives the width, in pixels, of each image.【*cx】, 
Pointer to integer variable that receives the width, in pixels, of each image. 【*cy】 
); 

参数

【HIML】

处理图像列表。

【cx】

指向接收每个图像的宽度(以像素为单位)的整数变量的指针。

【cy】

指向接收每个图像的高度(以像素为单位)的整数变量的指针。

返回值

如果函数成功,返回值不为零。

如果函数失败,返回值为零。