C# 클래스 IjwFramework.Ui.ItemPainter

파일 보기 프로젝트 열기: chrisforbes/Ijw.Framework

공개 프로퍼티들

프로퍼티 타입 설명
g System.Drawing.Graphics

보호된 프로퍼티들

프로퍼티 타입 설명
provider ImageProvider

공개 메소드들

메소드 설명
ItemPainter ( ImageProvider provider ) : System
PaintBackground ( Rectangle bounds, bool selected ) : void
PaintExpander ( Rectangle bounds, Node n ) : void
PaintItem ( Node n, Rectangle bounds, bool selected ) : void

메소드 상세

ItemPainter() 공개 메소드

public ItemPainter ( ImageProvider provider ) : System
provider ImageProvider
리턴 System

PaintBackground() 공개 메소드

public PaintBackground ( Rectangle bounds, bool selected ) : void
bounds System.Drawing.Rectangle
selected bool
리턴 void

PaintExpander() 공개 메소드

public PaintExpander ( Rectangle bounds, Node n ) : void
bounds System.Drawing.Rectangle
n Node
리턴 void

PaintItem() 공개 메소드

public PaintItem ( Node n, Rectangle bounds, bool selected ) : void
n Node
bounds System.Drawing.Rectangle
selected bool
리턴 void

프로퍼티 상세

g 공개적으로 프로퍼티

public Graphics,System.Drawing g
리턴 System.Drawing.Graphics

provider 보호되어 있는 프로퍼티

protected ImageProvider,IjwFramework.Ui provider
리턴 ImageProvider