C# Class LayoutFarm.DzBoardSample.UISelectionBox

Inheritance: LayoutFarm.CustomWidgets.EaseBox
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
UISelectionBox ( int w, int h ) : System.Collections.Generic
Walk ( UIVisitor visitor ) : void

Method Details

GetPrimaryRenderElement() public method

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

UISelectionBox() public method

public UISelectionBox ( int w, int h ) : System.Collections.Generic
w int
h int
return System.Collections.Generic

Walk() public method

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