You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Multiframe GIF Manipulation > GifAppendFrameFromGdPictureImage Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GifAppendFrameFromGdPictureImage Method

Appends a new frame from a GdPicture Image to the end of an editable multiframe gif image.

C#
public GdPictureStatus GifAppendFrameFromGdPictureImage(
    int ImageID, 
    int ImageToAddID
);
Visual Basic
Public Function GifAppendFrameFromGdPictureImage(
    ByVal ImageID As Integer, 
    ByVal ImageToAddID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The editable multiframe gif image in which the frame will be added.  
ImageToAddID 
GdPicture Image Identifier. The image to append within the editable multiframe gif image.  
Returns

A member of the GdPictureStatus enumeration.

This function can only be used with an editable multiframe gif image. 

To check if an image is an editable multiframe gif image you can use the GifIsEditableMultiFrame() function. 

To save modifications brought to the multiframe gif image you need to use the GifSaveMultiFrameToFile() function.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.