'Declaration
Public Function GifGetLoopCount( _ ByVal ImageID As Integer _ ) As Integer
public int GifGetLoopCount( int ImageID )
public function GifGetLoopCount( ImageID: Integer ): Integer;
public function GifGetLoopCount( ImageID : int ) : int;
public: int GifGetLoopCount( int ImageID )
public: int GifGetLoopCount( int ImageID )
Parameters
- ImageID
- GdPicture image identifier. The multiframe gif image. (Can be an editable multiframe gif or a read-only gif image.)
Return Value
The number of times the animation shall be played. 0 = infinite.