C# Class LayoutFarm.Demo_SingleTextLine_With_Compartment.UINinespaceBox

Inheritance: LayoutFarm.CustomWidgets.EaseBox
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

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

Private Methods

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

Method Details

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

SetSize() public méthode

public SetSize ( int width, int height ) : void
width int
height int
Résultat void

UINinespaceBox() public méthode

public UINinespaceBox ( int w, int h ) : System
w int
h int
Résultat System

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void