Skip to main content

TcxCustomImageList.SetSize(Integer,Integer) Method

Sets a new size of the stored images, in pixels.

Declaration

procedure SetSize(AWidth: Integer; AHeight: Integer); overload;

Parameters

Name Type Description
AWidth Integer

A new width of the stored images, in pixels.

AHeight Integer

A new height of the stored images, in pixels.

Remarks

Note

The image list is cleared if a SetSize procedure call changes the stored image dimensions. To keep store images and change their size, call a Resize procedure.

See Also