Creates a TLazIntfImage instance for the specified raw image data, and returns the handles to the image and optional mask information.
Source position: graphics.pp line 2008
function CreateCompatibleBitmaps( |
const ARawImage: TRawImage; |
out ABitmap: HBITMAP; |
out AMask: HBITMAP; |
ASkipMask: Boolean = False |
):Boolean; |
True if the widgetset class was able to create handles using the raw image data.
| Version 4.4 | Generated 2025-11-08 | Home |