C# Class LayoutFarm.DzBoardSample.UIHolderBox

Inheritance: DesignBox
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
SetSize ( int width, int height ) : void
UIHolderBox ( int w, int h ) : System
Walk ( UIVisitor visitor ) : void

Method Details

SetSize() public method

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

UIHolderBox() public method

public UIHolderBox ( 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