TIvoryBitmap::LoadFromFile

Loads a bitmap from a BMP file.

void __fastcall LoadFromFile(const String filename);

Description

Use LoadFromFile to load a bitmap from a BMP file speficied by filename. You can also use the FileName property to load a bitmap file.

Back to TIvoryBitmap