Unit Univbm

Classes

TBMLoader -
TUnivBMLoader -

Functions

Register -

Types

PBuffer
PImageBuffer
TBuffer
TImageBuffer

Constants

Variables


Functions


procedure Register;


Types


PBuffer = ^TBuffer

PImageBuffer=^TImageBuffer

TBuffer = array[0..1023] of byte;
Universal BitMap Loader v1.0b by Daniel Parnell Mail to: s921878@minyos.its.rmit.edu.au Or WEB page: http://minyos.its.rmit.edu.au/~s921878 Images that can be loaded with this component are limited to the screen's physical size (but not colour depth). If you attempt to load a bitmap that is bigger than the screen, only that portion of the bitmap that will fit on the screen is loaded correctly.
TImageBuffer=array[0..$fff0] of byte;

Constants


Variables