[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
ReadStream - loads image data into the raw image.
Source position: graphics.pp line 1284
protected procedure TRasterImage.ReadStream( |
AStream: TMemoryStream; |
ASize: LongInt |
); virtual; abstract; |
AStream |
|
Stream with the image data. |
ASize |
|
Number of bytes read from the stream. |
Declared as an abstract virtual method. Must be implemented in a descendent class. This method should not call Changed().
Version 4.0 | Generated 2025-05-03 | Home |