A Sandcastle Documented Class Library
IndexedPixels Constructor (capacity)
NamespacesGifComponentsIndexedPixelsIndexedPixels(Int32)
Constructor. Initialises the pixel collection to the specified size.
Declaration Syntax
C#Visual BasicVisual C++
public IndexedPixels(
	int capacity
)
Public Sub New ( _
	capacity As Integer _
)
public:
IndexedPixels(
	int capacity
)
Parameters
capacity (Int32)
The fixed capacity to which the collection should be initialsed.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453