A collection of the indices of the colours of an image's pixels within
a colour table.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class IndexedPixels : Collection<byte>
Public Class IndexedPixels _ Inherits Collection(Of Byte)
public ref class IndexedPixels : public Collection<unsigned char>
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
IndexedPixels()()() |
Constructor.
| |
IndexedPixels(Int32) |
Constructor.
Initialises the pixel collection to the specified size.
| |
Add(Byte) |
Adds a pixel index to the collection of pixel indices.
| |
Clear()()() | Removes all elements from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
ClearItems()()() | Removes all elements from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
Contains(T) | Determines whether an element is in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
CopyTo(array<T>[]()[], Int32) | Copies the entire Collection<(Of <(T>)>) to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from Collection<(Of <(Byte>)>).) | |
Count | Gets the number of elements actually contained in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator()()() | Returns an enumerator that iterates through the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf(T) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
Insert(Int32, T) | Inserts an element into the Collection<(Of <(T>)>) at the specified index. (Inherited from Collection<(Of <(Byte>)>).) | |
InsertItem(Int32, T) | Inserts an element into the Collection<(Of <(T>)>) at the specified index. (Inherited from Collection<(Of <(Byte>)>).) | |
Item[([(Int32])]) |
Gets or sets the byte at the specified index in the collection.
| |
Items | Gets a List<(Of <(T>)>) wrapper around the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(T) | Removes the first occurrence of a specific object from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
RemoveAt(Int32) | Removes the element at the specified index of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
RemoveItem(Int32) | Removes the element at the specified index of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Byte>)>).) | |
SetItem(Int32, T) | Replaces the element at the specified index. (Inherited from Collection<(Of <(Byte>)>).) | |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
Collection<(Of <(Byte>)>) | ||
IndexedPixels |