Interface IIcon
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/Icon.html
public interface IIcon
Properties
IconHeight
int IconHeight { get; }
Property Value
IconWidth
int IconWidth { get; }
Property Value
Methods
PaintIcon(Component, Graphics, int, int)
void PaintIcon(Component arg0, Graphics arg1, int arg2, int arg3)