Skip to content

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:

pascal
IconFontsImageList.Size := TrackBar.Position;

The imagelist redraw all the Icons with perfect rescaling!

DemoChangeSize.gif

Released under Apache License, Version 2.0.