Gets the raw image data for all images in the default resolution.
Source position: imglist.pp line 374
public procedure TCustomImageList.GetFullRawImage( |
out Image: TRawImage |
); |
Image |
|
Image used to store the 32-bit raw image data for the default resolution. |
GetFullRawImage is a procedure used to get the 32-bit RGBA raw image data for all images in the default resolution. Image is a TRawImage output parameter where the raw image data is stored in the method.
GetFullRawImage calls the GetResolution method to get the image resolution that uses the image size in the Width property. The GetFullRawImage method in the TCustomImageListResolution instance is called to store the raw image data for the resolution.
|
Gets the value for the indexed Resolution property. |
|
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |