Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImageList.SetSize(Integer,Integer) Method

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

#Declaration

Delphi
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