A Sandcastle Documented Class Library
Frames Property
NamespacesGifComponentsGifDecoderFrames
Gets the frames of the GIF file.
Declaration Syntax
C#Visual BasicVisual C++
public Collection<GifFrame> Frames { get; }
Public ReadOnly Property Frames As Collection(Of GifFrame)
public:
property Collection<GifFrame^>^ Frames {
	Collection<GifFrame^>^ get ();
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453