GIFNextFrame Method
Advances one position in the frame count and returns the next frame.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Bitmap NextFrame()
Public Overridable Function NextFrame As Bitmap
Dim instance As GIF
Dim returnValue As Bitmap
returnValue = instance.NextFrame()
public:
virtual Bitmap^ NextFrame()
abstract NextFrame : unit -> Bitmap
override NextFrame : unit -> Bitmap
No code example is currently available or this language may not be supported.
Return Value
Bitmap
The next frame.