ImageList_SetIconSizeImageList_SetIconSize*
*Contents  *Index  *Topic Contents
*Previous Topic: ImageList_SetDragCursorImage
*Next Topic: ImageList_SetImageCount

ImageList_SetIconSize


BOOL ImageList_SetIconSize(
    HIMAGELIST himl, 	
    int cx, 	
    int cy	
   );	

Sets the dimensions of images in an image list and removes all images from the list.

himl
Handle to the image list.
cx
Width, in pixels, of the images in the image list. All images in an image list have the same dimensions.
cy
Height, in pixels, of the images in the image list. All images in an image list have the same dimensions.

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