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