C# Class LayoutFarm.DzBoardSample.DesingBoardBackground

Inheritance: LayoutFarm.CustomWidgets.EaseBox
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
DesingBoardBackground ( int w, int h ) : System.Collections.Generic
Walk ( UIVisitor visitor ) : void

Protected Methods

Method Description
OnKeyDown ( UIKeyEventArgs e ) : void

Method Details

DesingBoardBackground() public method

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

OnKeyDown() protected method

protected OnKeyDown ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
return void

Walk() public method

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