Writes the image content to the specified stream instance.
Source position: graphics.pp line 1274
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.