Saves this image to a file based on the Clsid format specified
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
Filename
Type: String
Name of file 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.
The following code saves the image to a file:
|