Table of Contents

Interface IIcon

Namespace
Javax.Swing
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/Icon.html

public interface IIcon

Properties

IconHeight

int IconHeight { get; }

Property Value

int

IconWidth

int IconWidth { get; }

Property Value

int

Methods

PaintIcon(Component, Graphics, int, int)

void PaintIcon(Component arg0, Graphics arg1, int arg2, int arg3)

Parameters

arg0 Component

Component

arg1 Graphics

Graphics

arg2 int

int

arg3 int

int