C# Class LayoutFarm.CustomWidgets.CheckBox

Inheritance: EaseBox
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

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

Method Details

CheckBox() public method

public CheckBox ( int w, int h ) : System
w int
h int
return System

GetPrimaryRenderElement() public method

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
return RenderElement

Walk() public method

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