Constructor.
Initialises the pixel collection to the specified size.

Declaration Syntax
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