ImageList_GetIconSizeImageList_GetIconSize*
*Contents  *Index  *Topic Contents
*Previous Topic: ImageList_GetIcon
*Next Topic: ImageList_GetImageCount

ImageList_GetIconSize


BOOL ImageList_GetIconSize(
    HIMAGELIST himl, 	
    int FAR *cx, 	
    int FAR *cy 	
   );	

Retrieves the dimensions of images in an image list. All images in an image list have the same dimensions.

himl
Handle to the image list.
cx
Address of an integer variable that receives the width, in pixels, of each image.
cy
Address of an integer variable that receives the height, in pixels, of each image.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.