[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageListResolution.Height

Height of the images stored in the resolution.

Declaration

Source position: imglist.pp line 176

public property TCustomImageListResolution.Height : Integer
  read FHeight;

Description

Height is a read-only Integer property that indicates the height of images stored in the resolution. Height is used along with Width and Count to determine the internal storage allocated for 32-bit RGBA raw image data in the resolution.

The value in Height is assigned when raw image data is loaded using the ReadData method, or when an image resolution is dynamically created using the Resolution property or the GetResolution method in ImageList.

Use Width to get the horizontal size of the images stored in the resolution. Use Count to determine the number of images stored in the resolution.

See also

TCustomImageListResolution.Width

  

Width of the images stored in the resolution.

TCustomImageListResolution.Count

  

Number of images stored in the resolution.

TCustomImageList.Resolution

  

Provides indexed access to an image resolution with the specified image width.

TCustomImageList.GetResolution

  

Gets the value for the indexed Resolution property.

TCustomImageListResolutions.ImageLists

  

Provides access to an image list which uses the specified image width.


Version 3.2 Generated 2024-02-25 Home