Method function IGDIPlus.IGPImage.Save(WideString;TGUID;PGPEncoderParameters) : TGPImage

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPImage

Contents

Syntax

Delphi:

function Save( filename : WideString, clsidEncoder : TGUID, encoderParams : PGPEncoderParameters ) : TGPImage;

C++ Builder:

TGPImage __fastcall Save( WideString filename, TGUID clsidEncoder, PGPEncoderParameters encoderParams );

Visual C++ (MFC):

Save(  filename,  clsidEncoder,  encoderParams );

Summary

Saves this image to a file.

Description

Call this method to save this image to a file.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox