C# Class LayoutFarm.CustomWidgets.SimpleBox

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

Public Methods

Method Description
SimpleBox ( int w, int h ) : LayoutFarm.UI
Walk ( UIVisitor visitor ) : void

Method Details

SimpleBox() public method

public SimpleBox ( int w, int h ) : LayoutFarm.UI
w int
h int
return LayoutFarm.UI

Walk() public method

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