Skip to content

ResizeIcons

Carlo Barazzetta edited this page Mar 24, 2020 · 3 revisions

Resize Icons

Opening the VCL Demo project you can test how to Resize Icons.

Using the slider at bottom-left of the Main form, you can resize in realtime all the icons used in the Demo.

The only method used is:

IconFontsImageList.Size := TrackBar.Position;

The imagelist redraw all the Icons with perfect rescaling!

https://github.com/EtheaDev/IconFontsImageList/blob/master/Demo/Images/DemoChangeSize.gif

Clone this wiki locally