GdPicture image identifier. The multiframe gif image. (Can be an editable multiframe gif or a read-only gif image.).
Frame no between 1 and frame count.





In This Topic

GifSelectFrame Method (GdPictureImaging)

In This Topic
Selects a frame of a multiframe gif image. The frame can now be edited or saved to a different file.
Syntax
'Declaration

 

Public Function GifSelectFrame( _

   ByVal ImageID As Integer, _

   ByVal Frame As Integer _

) As GdPictureStatus
public GdPictureStatus GifSelectFrame( 

   int ImageID,

   int Frame

)
public function GifSelectFrame( 

    ImageID: Integer;

    Frame: Integer

): GdPictureStatus; 
public function GifSelectFrame( 

   ImageID : int,

   Frame : int

) : GdPictureStatus;
public: GdPictureStatus GifSelectFrame( 

   int ImageID,

   int Frame

) 
public:

GdPictureStatus GifSelectFrame( 

   int ImageID,

   int Frame

) 

Parameters

ImageID
GdPicture image identifier. The multiframe gif image. (Can be an editable multiframe gif or a read-only gif image.).
Frame
Frame no between 1 and frame count.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
This method works with both editable multiframe gif images and ones opened as read-only
See Also