[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the icon image from the specified raw image data.
Source position: graphics.pp line 1567
protected procedure TIconImage.UpdateFromImage( |
const AImage: TRawImage |
); |
AImage |
|
Raw image data stored in the method. |
UpdateFromImage is a procedure used to update the icon image from the specified raw image data.
AImage is a TRawImage instance with the image content stored in the RawImage property in the class instance. The image descriptor in AImage is examined to get the values stored in the Height and Width properties. The color depth in AImage is converted and stored in the PixelFormat property.
UpdateFromImage is called from the Create constructor when a TRawImage or a TIconInfo argument is provided.
|
PixelFormat - the format of the Pixels in the Image. |
|
|
The Height of the Icon. |
|
|
The Width of the Icon. |
|
Version 4.0 | Generated 2025-05-03 | Home |