C# 클래스 ZForge.Controls.TreeViewAdv.Tree.NodeControls.NodeIcon

상속: BindableControl
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
Draw ( TreeNodeAdv node, DrawContext context ) : void
MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
NodeIcon ( ) : System

보호된 메소드들

메소드 설명
GetIcon ( TreeNodeAdv node ) : Image

메소드 상세

Draw() 공개 메소드

public Draw ( TreeNodeAdv node, DrawContext context ) : void
node TreeNodeAdv
context DrawContext
리턴 void

GetIcon() 보호된 메소드

protected GetIcon ( TreeNodeAdv node ) : Image
node TreeNodeAdv
리턴 Image

MeasureSize() 공개 메소드

public MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
node TreeNodeAdv
context DrawContext
리턴 System.Drawing.Size

NodeIcon() 공개 메소드

public NodeIcon ( ) : System
리턴 System