[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TRasterImage.LoadFromBitmapHandles

Loads the image data from the specified Bitmap and Mask handles.

Declaration

Source position: graphics.pp line 1305

public procedure TRasterImage.LoadFromBitmapHandles(

  ABitmap: HBITMAP;

  AMask: HBITMAP;

  ARect: PRect = Nil

);

Arguments

ABitmap

  

Bitmap handle for the image.

AMask

  

Mask handle for the image.

ARect

  

Pointer to the source rectangle for the image data.


Version 4.0 Generated 2025-05-03 Home