Gif.DecodeIterator Method

PowerGif

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

Decode byte array and return frames as iterator.

Namespace: Assets.PowerGif
Assembly: Assembly-CSharp (in Assembly-CSharp.dll)

Expand  imageSyntax

Visual Basic (Declaration)
Public Shared Function DecodeIterator( _ 
ByVal bytes As Byte(), _ 
Optional ByVal filterMode As FilterMode = FilterMode.Point _ 
) As IEnumerable(Of GifFrame)
C#
public static IEnumerable<GifFrame> DecodeIterator( 
byte[] bytes
FilterMode filterMode = FilterMode.Point 
)
C++
public:  
static IEnumerable<GifFrame^>^ DecodeIterator( 
array< Byte >^ bytes
FilterMode filterMode 
)
JScript
JScript does not support generic types and methods.

Parameters

bytes

Type: byte[]

filterMode

Type: FilterMode

Return Value

Type: IEnumerable<GifFrame>

Expand image Version Information

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

Expand image See Also