'Declaration
Public Function GifCreateMultiFrameFromFile( _ ByVal FilePath As String _ ) As Integer
public int GifCreateMultiFrameFromFile( string FilePath )
public function GifCreateMultiFrameFromFile( FilePath: String ): Integer;
public function GifCreateMultiFrameFromFile( FilePath : String ) : int;
public: int GifCreateMultiFrameFromFile( string* FilePath )
public: int GifCreateMultiFrameFromFile( String^ FilePath )
Parameters
- FilePath
- The path of the file to open. Can be an empty string. If empty, prompts the user to select a file. You can subsequently use the GetLastPath() method to retrieve the path of the selected file.
Return Value
0: The image could not created. Use the GetStat() method to determine the reason this method
failed.
Non-zero: GdPicture image identifier. The created editable multiframe gif image.