Table of Contents

Interface IIcon

Namespace
Javax.Swing
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

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