C# Class LayoutFarm.DzBoardSample.DesingBoardBackground

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnKeyDown ( UIKeyEventArgs e ) : void

Method Details

DesingBoardBackground() public méthode

public DesingBoardBackground ( int w, int h ) : System.Collections.Generic
w int
h int
Résultat System.Collections.Generic

OnKeyDown() protected méthode

protected OnKeyDown ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Résultat void

Walk() public méthode

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