Gets the raw image data at the specified position from the default image resolution (Width).
Source position: imglist.pp line 378
public procedure TCustomImageList.GetRawImage( |
Index: Integer; |
out Image: TRawImage |
); |
Index |
|
Ordinal position in the image list for the raw image data. |
Image |
|
TRawImage instance where the image data is stored. |
Calls GetResolution to get the image resolution for the value in the Width property. Calls GetRawImage in the image resolution to re-initialize and populate the Image output variable.
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |