System.Drawing.IIcon interface IIcon : IHandle<HICON> Documentation Code namespace System.Drawing { internal interface IIcon { Size Size { get; } } }