C# Class LayoutFarm.CustomWidgets.MiniAggCanvasBox

Inheritance: LayoutFarm.UI.UIBox
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
MiniAggCanvasBox ( int w, int h ) : LayoutFarm.UI
Walk ( UIVisitor visitor ) : void

Protected Methods

Method Description
InvalidateCanvasContent ( ) : void

Method Details

GetPrimaryRenderElement() public method

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

InvalidateCanvasContent() protected method

protected InvalidateCanvasContent ( ) : void
return void

MiniAggCanvasBox() public method

public MiniAggCanvasBox ( int w, int h ) : LayoutFarm.UI
w int
h int
return LayoutFarm.UI

Walk() public method

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