C# Class LayoutFarm.Demo_CompartmentBox2.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 ) : PixelFarm.Drawing
Walk ( UIVisitor visitor ) : void

Private Methods

Method Description
CreateSpaceBox ( SpaceName name, PixelFarm bgcolor ) : EaseBox
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 ) : PixelFarm.Drawing
w int
h int
return PixelFarm.Drawing

Walk() public method

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