[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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 1997
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.0 | Generated 2025-05-03 | Home |