Saves this image to a stream based on the Clsid format specified
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
Stream
Type: TStream
Stream to save to
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.
IRSGPImage.SaveToStream(TStream,TGUID,PGPEncoderParameters)
The following code saves the image to a stream:
|