[Overview][Procedures and functions][Index] |
Load's the image from the file specified.
Source position: fpg_imgfmt_bmp.pas line 31
function LoadImage_BMP( |
const AFileName: String |
):TfpgImage; |
AFileName |
|
The file name on disk containing the BMP data. |
The TfpgImage represeting the BMP file.
This functions loads the BMP image from the file specified and returns a TfpgImage object representing the BMP file.