[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Loads the image data from the specified Bitmap and Mask handles.
Source position: graphics.pp line 1305
public procedure TRasterImage.LoadFromBitmapHandles( |
ABitmap: HBITMAP; |
AMask: HBITMAP; |
ARect: PRect = Nil |
); |
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 |