C# Class LayoutFarm.CustomWidgets.GridBox

Inheritance: EaseBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddUI ( UIElement ui, int rowIndex, int colIndex ) : void
ui LayoutFarm.UI.UIElement
rowIndex int
colIndex int
Résultat void

BuildGrid() public méthode

public BuildGrid ( int ncols, int nrows, CellSizeStyle cellSizeStyle ) : void
ncols int
nrows int
cellSizeStyle CellSizeStyle
Résultat void

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

GridBox() public méthode

public GridBox ( int width, int height ) : PixelFarm.Drawing
width int
height int
Résultat PixelFarm.Drawing

SetSize() public méthode

public SetSize ( int width, int height ) : void
width int
height int
Résultat void

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void