C# 클래스 hobd.DynamicElement

상속: Fleux.UIElements.UIElement
파일 보기 프로젝트 열기: cail/hobd 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
clickTimer System.Threading.Timer
height int
parent System.Windows.Forms.Control
width int

공개 메소드들

메소드 설명
Draw ( IDrawingGraphics g ) : void
DynamicElement ( string text ) : System
HandleTap ( System point ) : void
NotifyAttach ( Control control ) : void
notifyDimensions ( int width, int height ) : void

비공개 메소드들

메소드 설명
ClickedTimer ( object state ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( IDrawingGraphics g ) : void
g IDrawingGraphics
리턴 void

DynamicElement() 공개 메소드

public DynamicElement ( string text ) : System
text string
리턴 System

HandleTap() 공개 메소드

public HandleTap ( System point ) : void
point System
리턴 void

NotifyAttach() 공개 메소드

public NotifyAttach ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

notifyDimensions() 공개 메소드

public notifyDimensions ( int width, int height ) : void
width int
height int
리턴 void

프로퍼티 상세

clickTimer 보호되어 있는 프로퍼티

protected Timer,System.Threading clickTimer
리턴 System.Threading.Timer

height 보호되어 있는 프로퍼티

protected int height
리턴 int

parent 보호되어 있는 프로퍼티

protected Control,System.Windows.Forms parent
리턴 System.Windows.Forms.Control

width 보호되어 있는 프로퍼티

protected int width
리턴 int