C# Class LayoutFarm.CustomWidgets.ImageBox

Inheritance: EaseBox
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
ImageBox ( int width, int height ) : LayoutFarm.UI
PerformContentLayout ( ) : void
Walk ( UIVisitor visitor ) : void

Protected Methods

Method Description
OnContentUpdate ( ) : void

Method Details

GetPrimaryRenderElement() public method

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

ImageBox() public method

public ImageBox ( int width, int height ) : LayoutFarm.UI
width int
height int
return LayoutFarm.UI

OnContentUpdate() protected method

protected OnContentUpdate ( ) : void
return void

PerformContentLayout() public method

public PerformContentLayout ( ) : void
return void

Walk() public method

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