C# Class LayoutFarm.CustomWidgets.CheckBox

Inheritance: EaseBox
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
CheckBox ( int w, int h ) : System
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
Walk ( UIVisitor visitor ) : void

Method Details

CheckBox() public méthode

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

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

Walk() public méthode

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