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