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

TRasterImage.LoadFromBitmapHandles

LoadFromBitmapHandles - loads the data from the Bitmap and Mask specified by their handles

Declaration

Source position: graphics.pp line 1269

public procedure TRasterImage.LoadFromBitmapHandles(

  ABitmap: HBitmap;

  AMask: HBitmap;

  ARect: PRect = nil

);