ImageEn, unit imageenio
TImageEnIO.Bitmap
TImageEnIO
.Bitmap
Declaration
property Bitmap: TBitmap; (Read-only)
Description
References the bitmap contained in the TImageEnIO or the attached
TImageEnView
or
bitmap
.
Example
// Use the standard LoadFromFile method of TBitmap
ImageEnView1.IO.Bitmap.LoadFromFile('C:\my.bmp');
ImageEnView1.IO.Bitmap.PixelFormat := pf24bit;
ImageEnView1.Update();
Loading contents...