System.Drawing.Icon
public sealed class Icon : MarshalByRefObject, ICloneable, IDisposable, ISerializable, IIcon, IHandle<HICON>
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.
namespace Windows.Win32.Graphics.GdiPlus
{
}