C# Class LayoutFarm.DzBoardSample.UIHolderBox

Inheritance: DesignBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Method Details

SetSize() public méthode

public SetSize ( int width, int height ) : void
width int
height int
Résultat void

UIHolderBox() public méthode

public UIHolderBox ( int w, int h ) : System
w int
h int
Résultat System

Walk() public méthode

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