A Sandcastle Documented Class Library
DataBlock Constructor (blockSize, data)
NamespacesGifComponentsDataBlockDataBlock(Int32, array<Byte>[]()[])
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public DataBlock(
	int blockSize,
	byte[] data
)
Public Sub New ( _
	blockSize As Integer, _
	data As Byte() _
)
public:
DataBlock(
	int blockSize, 
	array<unsigned char>^ data
)
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