Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TRasterImage.LoadFromIntfImage

Loads the image from a TLazIntfImage instance.

Declaration

Source position: graphics.pp line 1347

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.



CT Web help

CodeTyphon Studio