Method function IGDIPlus.IGPImage.SaveAdd(IGPImage;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 SaveAdd( newImage : IGPImage, encoderParams : PGPEncoderParameters ) : TGPImage;

C++ Builder:

TGPImage __fastcall SaveAdd( IGPImage newImage, PGPEncoderParameters encoderParams );

Visual C++ (MFC):

SaveAdd(  newImage,  encoderParams );

Summary

Adds a frame to a file or stream specified in a previous call to the Save method.

Description

Call this method to add a frame to a file or stream specified in a previous call to the Save method.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox