Saves this image to a stream based on the Clsid format specified
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
Stream
Type: TStream
Clsid
Type: TGUID
Specifies the encoder to use to save the image
Params
Type: PGPEncoderParameters
Optional. Pointer to an PGPEncoderParameters object that holds
parameters used by the encoder.
Do not save an image to the same stream that was used to construct the image. Doing so might damage the stream. |
The following code saves the image to a stream:
|