Gets a collection of the indices within the colour table of the
colours of each of the pixels in the supplied images.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Collection<IndexedPixels> IndexedPixelsCollection { get; }
Public ReadOnly Property IndexedPixelsCollection As Collection(Of IndexedPixels)
public: property Collection<IndexedPixels^>^ IndexedPixelsCollection { Collection<IndexedPixels^>^ get (); }