LoadFromBitmap - loads the image from a Bitmap.
Source position: intfgraphics.pas line 250
public procedure TLazIntfImage.LoadFromBitmap(
ABitmap: HBITMAP;
AMaskBitmap: HBITMAP;
AWidth: Integer = - 1;
AHeight: Integer = - 1
); virtual;