TcxCustomImageList.SetSize(TSize) Method
In This Article
Sets a new size of the stored images, in pixels.
#Declaration
Delphi
procedure SetSize(const ASize: TSize); overload;
#Parameters
Name | Type | Description |
---|---|---|
ASize | TSize | A new size of stored images, in pixels. |
#Remarks
This procedure allows you to pass both image dimensions (Width and Height) as a single parameter (ASize).
Note
The image list is cleared if a Set
See Also