C# Class LayoutFarm.Demo_SingleTextLine_With_Compartment.UINinespaceBox

Inheritance: LayoutFarm.CustomWidgets.EaseBox
ファイルを表示 Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
SetSize ( int width, int height ) : void
UINinespaceBox ( int w, int h ) : System
Walk ( UIVisitor visitor ) : void

Private Methods

Method Description
CreateGripper ( PixelFarm bgcolor, bool isVertical ) : EaseBox
CreateSpaceBox ( SpaceName name, Color bgcolor ) : SimpleBox
SetupDockSpaces ( ) : void

Method Details

GetPrimaryRenderElement() public method

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
return RenderElement

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void

UINinespaceBox() public method

public UINinespaceBox ( int w, int h ) : System
w int
h int
return System

Walk() public method

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
return void