Method function IGDIPlus.IGPImage.Save(IStream;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( stream : IStream, clsidEncoder : TGUID, encoderParams : PGPEncoderParameters ) : TGPImage;

C++ Builder:

TGPImage __fastcall Save( IStream stream, TGUID clsidEncoder, PGPEncoderParameters encoderParams );

Visual C++ (MFC):

Save(  stream,  clsidEncoder,  encoderParams );

Summary

Saves this image to a stream.

Description

Call this method to save this image to a stream.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox