ListView::GetImageSize
void GetImageSize ( short * imageWidth, short * imageHeight ) const;
Parameters
- imageWidth
Output parameter: the width of the image in pixels. This parameter can be NULL. - imageHeight
Output parameter: the height of the image in pixels. This parameter can be NULL.
Description
All the item images in a list view have the same size.