Gets the frames of the GIF file.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Collection<GifFrame> Frames { get; }
Public ReadOnly Property Frames As Collection(Of GifFrame)
public: property Collection<GifFrame^>^ Frames { Collection<GifFrame^>^ get (); }