Height used for images with the width specified width.
Source position: imglist.pp line 408
public property TCustomImageList.HeightForWidth[AWidth: Integer] : Integer |
HeightForWidth is an indexed read-only Integer property which returns the height used for images with the width specified width in AWidth. The read access specifier for the property uses the values in the Width and Height properties to determine the aspect ratio used for images in the default resolution.
The property value is set to the product of AWidth and the calculated aspect ratio. The property value is 0 (zero) when the Width property has not been assigned for the image list.
HeightForWidth is used in the implementation of the following classes and methods:
|
Width of images in the default resolution for the image list. |
|
|
Height of images in the default resolution for the image list. |
|
|
Height for images at the specified display density. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |