[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 1287

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.