Icon
Represents a Windows icon, which is a small bitmap image that is used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system.
                
Gets the Windows handle for this  Icon. This is not a copy of the handle; do not free it.
Gets the height of this  Icon.
Gets the size of this  Icon.
Gets the width of this  Icon.
Initializes a new instance of the  Icon class and attempts to find a version of the icon that matches the requested size.
Initializes a new instance of the  Icon class and attempts to find a version of the icon that matches the requested size.
Initializes a new instance of the  Icon class from the specified data stream.
Initializes a new instance of the  Icon class of the specified size from the specified stream.
Initializes a new instance of the  Icon class from the specified data stream and with the specified width and height.
Initializes a new instance of the  Icon class from the specified file name.
Initializes a new instance of the  Icon class of the specified size from the specified file.
Initializes a new instance of the  Icon class with the specified width and height from the specified file.
Initializes a new instance of the  Icon class from a resource in the specified assembly.
Returns an icon representation of an image that is contained in the specified file.
Creates a GDI+  Icon from the specified Windows handle to an icon (HICON).
Clones the  Icon, creating a duplicate image.
Releases all resources used by this  Icon.