C# 클래스 LayoutFarm.UI.UIBox

상속: UIElement, IScrollable, IBoxElement
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dbugId int

Private Properties

프로퍼티 타입 설명
IBoxElement void

공개 메소드들

메소드 설명
Blur ( ) : void
Focus ( ) : void
GetGlobalLocation ( ) : Point
InvalidateGraphics ( ) : void
InvalidateOuterGraphics ( ) : void
PerformContentLayout ( ) : void
SetBounds ( int left, int top, int width, int height ) : void
SetLocation ( int left, int top ) : void
SetSize ( int width, int height ) : void
SetViewport ( int x, int y ) : void
UIBox ( int width, int height ) : System

보호된 메소드들

메소드 설명
Describe ( UIVisitor visitor ) : void
RaiseLayoutFinished ( ) : void

비공개 메소드들

메소드 설명
IBoxElement ( int w, int h ) : void

메소드 상세

Blur() 공개 메소드

public Blur ( ) : void
리턴 void

Describe() 보호된 메소드

protected Describe ( UIVisitor visitor ) : void
visitor UIVisitor
리턴 void

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

GetGlobalLocation() 공개 메소드

public GetGlobalLocation ( ) : Point
리턴 Point

InvalidateGraphics() 공개 메소드

public InvalidateGraphics ( ) : void
리턴 void

InvalidateOuterGraphics() 공개 메소드

public InvalidateOuterGraphics ( ) : void
리턴 void

PerformContentLayout() 공개 메소드

public PerformContentLayout ( ) : void
리턴 void

RaiseLayoutFinished() 보호된 메소드

protected RaiseLayoutFinished ( ) : void
리턴 void

SetBounds() 공개 메소드

public SetBounds ( int left, int top, int width, int height ) : void
left int
top int
width int
height int
리턴 void

SetLocation() 공개 메소드

public SetLocation ( int left, int top ) : void
left int
top int
리턴 void

SetSize() 공개 메소드

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

SetViewport() 공개 메소드

public SetViewport ( int x, int y ) : void
x int
y int
리턴 void

UIBox() 공개 메소드

public UIBox ( int width, int height ) : System
width int
height int
리턴 System

프로퍼티 상세

dbugId 공개적으로 프로퍼티

public int dbugId
리턴 int