Constructor.
Declaration Syntax
public DataBlock(
int blockSize,
byte[] data
)
Public Sub New ( _
blockSize As Integer, _
data As Byte() _
)
Parameters
- blockSize (Int32)
-
The number of bytes in the data block.
- data (array<
Byte
>[]()[])
-
The bytes which make up the data in the data block.
Assembly:
GifComponents (Module: GifComponents) Version: 0.1.3594.26453