C# Class IjwFramework.Ui.ItemPainter

Afficher le fichier Open project: chrisforbes/Ijw.Framework

Méthodes publiques

Свойство Type Description
g System.Drawing.Graphics

Protected Properties

Свойство Type Description
provider ImageProvider

Méthodes publiques

Méthode Description
ItemPainter ( ImageProvider provider ) : System
PaintBackground ( Rectangle bounds, bool selected ) : void
PaintExpander ( Rectangle bounds, Node n ) : void
PaintItem ( Node n, Rectangle bounds, bool selected ) : void

Method Details

ItemPainter() public méthode

public ItemPainter ( ImageProvider provider ) : System
provider ImageProvider
Résultat System

PaintBackground() public méthode

public PaintBackground ( Rectangle bounds, bool selected ) : void
bounds System.Drawing.Rectangle
selected bool
Résultat void

PaintExpander() public méthode

public PaintExpander ( Rectangle bounds, Node n ) : void
bounds System.Drawing.Rectangle
n Node
Résultat void

PaintItem() public méthode

public PaintItem ( Node n, Rectangle bounds, bool selected ) : void
n Node
bounds System.Drawing.Rectangle
selected bool
Résultat void

Property Details

g public_oe property

public Graphics,System.Drawing g
Résultat System.Drawing.Graphics

provider protected_oe property

protected ImageProvider,IjwFramework.Ui provider
Résultat ImageProvider