C# Class LayoutFarm.CustomWidgets.Label

Inheritance: LayoutFarm.UI.UIBox
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
Label ( int w, int h ) : PixelFarm.Drawing
Walk ( UIVisitor visitor ) : void

Method Details

GetPrimaryRenderElement() public method

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

Label() public method

public Label ( int w, int h ) : PixelFarm.Drawing
w int
h int
return PixelFarm.Drawing

Walk() public method

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