Method function IGDIPlus.IGPImage.SaveAdd(PGPEncoderParameters) : TGPImage
From Mitov Wiki Doc
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( encoderParams : PGPEncoderParameters ) : TGPImage;
C++ Builder:
TGPImage __fastcall SaveAdd( PGPEncoderParameters encoderParams );
Visual C++ (MFC):
SaveAdd( 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. Use this method to save selected frames from a multiple-frame image to another multiple-frame image.