Gif.GetDecodeIteratorSize Method

PowerGif

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

Get frame count. Can be used with DecodeIterator to display progress bar.

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

Expand  imageSyntax

Visual Basic (Declaration)
Public Shared Function GetDecodeIteratorSize( _ 
ByVal bytes As Byte() _ 
) As Integer
C#
public static int GetDecodeIteratorSize( 
byte[] bytes 
)
C++
public:  
static int GetDecodeIteratorSize( 
array< Byte >^ bytes 
)
JScript
public static function GetDecodeIteratorSize( 
bytes : byte[] 
) : int;

Parameters

bytes

Type: byte[]

Return Value

Type: int

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