This class represents a Windows icon, which is a small bitmap image used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system.
Object
Icon
[Visual Basic] Public Class Icon Implements IPersistable, ISerializable, ICloneable [C#] public class Icon : IPersistable, ISerializable, ICloneable [C++] public __gc class Icon : public IPersistable, ISerializable, ICloneable [JScript] public class Icon implements IPersistable, ISerializable, ICloneable
[To be supplied.]
Namespace: System.Drawing
Assembly: System.Drawing.dll