C# 클래스 LayoutFarm.Demo_SingleTextLine_With_Compartment.UINinespaceBox

상속: LayoutFarm.CustomWidgets.EaseBox
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
SetSize ( int width, int height ) : void
UINinespaceBox ( int w, int h ) : System
Walk ( UIVisitor visitor ) : void

비공개 메소드들

메소드 설명
CreateGripper ( PixelFarm bgcolor, bool isVertical ) : EaseBox
CreateSpaceBox ( SpaceName name, Color bgcolor ) : SimpleBox
SetupDockSpaces ( ) : void

메소드 상세

GetPrimaryRenderElement() 공개 메소드

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
리턴 RenderElement

SetSize() 공개 메소드

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

UINinespaceBox() 공개 메소드

public UINinespaceBox ( int w, int h ) : System
w int
h int
리턴 System

Walk() 공개 메소드

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
리턴 void