Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TCustomBitmap32🞂LoadFromStreamMethodPublic

TCustomBitmap32.LoadFromStream

Loads bitmap image data from a stream.

Declaration ​

pascal
procedure LoadFromStream(Stream: TStream); virtual;

Parameters ​

ParameterTypeDescription
StreamTStreamStream containing encoded bitmap image data.

Description ​

LoadFromStream reads image data from Stream using registered image format handlers or standard BMP decoder routines.

Example ​

pascal
Bitmap.LoadFromStream(Stream);