GIFEndOfFrames Property

Gets a value indicating whether the frame count is at EOF, this means there is no more frames to advance in the GIF image.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool EndOfFrames { get; }

Property Value

Boolean
if there is no more frames to advance in the GIF image; otherwise, .

See Also