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

TRasterImage.LoadFromIntfImage

Loads the image from a TLazIntfImage instance.

Declaration

Source position: graphics.pp line 1311

public procedure TRasterImage.LoadFromIntfImage(

  IntfImage: TLazIntfImage

);

Arguments

IntfImage

  

TLazIntfImage instance with image data loaded in the method.

Description

Calls the CreateBitmaps method to create the image and mask handles used to access the image data. Calls SetHandles to apply the image and mask handles to the class instance.


Version 4.0 Generated 2025-05-03 Home