Graphisoft®

Dialog ManagerVersion: 2.0

ListView::GetImageSize

Retrieves the width and height of the global image of a list view control.

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

If either of the parameter pointers are NULL, that size is not returned.
All the item images in a list view have the same size.