C# Class LayoutFarm.CustomWidgets.GridBox

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

Public Methods

Method Description
AddUI ( UIElement ui, int rowIndex, int colIndex ) : void
BuildGrid ( int ncols, int nrows, CellSizeStyle cellSizeStyle ) : void
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
GridBox ( int width, int height ) : PixelFarm.Drawing
SetSize ( int width, int height ) : void
Walk ( UIVisitor visitor ) : void

Method Details

AddUI() public method

public AddUI ( UIElement ui, int rowIndex, int colIndex ) : void
ui LayoutFarm.UI.UIElement
rowIndex int
colIndex int
return void

BuildGrid() public method

public BuildGrid ( int ncols, int nrows, CellSizeStyle cellSizeStyle ) : void
ncols int
nrows int
cellSizeStyle CellSizeStyle
return void

GetPrimaryRenderElement() public method

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

GridBox() public method

public GridBox ( int width, int height ) : PixelFarm.Drawing
width int
height int
return PixelFarm.Drawing

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void

Walk() public method

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