[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Loads picture data in a supported image format from the specified stream.
Source position: graphics.pp line 921
public procedure TPicture.LoadFromStream( |
Stream: TStream |
); |
Stream |
|
Stream instance with the graphics format and data loaded in the method. |
|
TGraphicClass - class of TGraphic. |
|
|
Implements support for the PNG image format. |
|
|
Implements support for the XPM (Pixmap) image format. |
|
|
Implements a FCL-compatible reader/writer for a Bitmap image. |
|
|
TCursorImage - an Icon to be used to represent a cursor. |
|
|
Implements an icon image type; small images typically associated with applications, controls, etc. |
|
|
Implements a macOS Icon Resource file. |
|
|
TJPEGImage - a class for handling images stored in JPEG (compressed) format. |
|
|
Implements support for the TIFF (Tag Image File Format) graphic format. |
|
|
Implements an image using the GIF (Graphics Interchange Format) image format. |
|
|
Implements an image which supports for the Portable Any Map (PNM) graphic format. |
Version 4.0 | Generated 2025-05-03 | Home |