[Overview][Procedures and functions][Index] Reference for unit 'fpg_imgfmt_bmp' (#fpgui)

LoadImage_BMP

Load's the image from the file specified.

Declaration

Source position: fpg_imgfmt_bmp.pas line 31

function LoadImage_BMP(

  const AFileName: String

):TfpgImage;

Arguments

AFileName

  

The file name on disk containing the BMP data.

Function result

The TfpgImage represeting the BMP file.

Description

This functions loads the BMP image from the file specified and returns a TfpgImage object representing the BMP file.


Documentation generated on: 2012-01-26