Gif.EncodeIterator Method

PowerGif

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

Encode all frames to byte array and return it by parts with iterator

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

Expand  imageSyntax

Visual Basic (Declaration)
Public Function EncodeIterator() As IEnumerable(Of List(Of Byte))
C#
public IEnumerable<List<byte>> EncodeIterator()
C++
public:  
IEnumerable<List<Byte>^>^ EncodeIterator()
JScript
JScript does not support generic types and methods.

Return Value

Type: IEnumerable<List<byte>>

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