ImageList_SetIconSize.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ImageList_SetIconSize (COMCTL32.@)

SYNOPSIS

BOOL ImageList_SetIconSize
 (
  HIMAGELIST himl,
  INT        cx,
  INT        cy
 )

DESCRIPTION

Sets the image size of the bitmap and deletes all images.

PARAMS

himl [In] handle to image list.

cx [In] image width.

cy [In] image height.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "commctrl.h".

Implemented in "dlls/comctl32/imagelist.c".

Debug channel "imagelist".