Click or drag to resize

IconComparer Class

A comparer that can sort bitmaps using the color count, size (width * height) and, optionally, index in a file if they were extracted from a common file.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesIconComparer

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class IconComparer : IComparer<Bitmap>

The IconComparer type exposes the following members.

Constructors
  NameDescription
Public methodIconComparer
Initializes a new instance of the IconComparer class
Top
Properties
  NameDescription
Public propertyDirection
Gets or sets the direction.
Top
Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Top
See Also