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.
- Returns nonzero if successful, or zero otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.