'Declaration Public Function New( _ ByVal filePath As System.String, _ Optional ByVal frameIndex As System.Integer _ )
public GcGifReader( System.string filePath, System.int frameIndex )
Parameters
- filePath
- Full path to the input .gif file.
- frameIndex
- Index of a frame to read. Pass -1 to get all frames.