[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Writes the image content to the specified stream instance.
Source position: graphics.pp line 1292
protected procedure TRasterImage.WriteStream( |
AStream: TMemoryStream |
); virtual; abstract; |
AStream |
|
Stream where image data is written in the method. |
WriteStream is an abstract virtual method, and must be implemented in a descendant class to write data for a specific image format.
Version 4.0 | Generated 2025-05-03 | Home |