Vcl.ImgList.TCustomImageList.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(AWidth, AHeight: Integer);

C++

void __fastcall SetSize(int AWidth, int AHeight);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Sets the size of the images within the TCustomImageList list.

The SetSize method sets the size of the images within the image list to the values of the AWidth and AHeight parameters.