Method | Description | |
---|---|---|
AddUI ( |
||
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 ( |
public AddUI ( |
||
ui | ||
rowIndex | int | |
colIndex | int | |
return | void |
public BuildGrid ( int ncols, int nrows, CellSizeStyle cellSizeStyle ) : void | ||
ncols | int | |
nrows | int | |
cellSizeStyle | CellSizeStyle | |
return | void |
public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement | ||
rootgfx | RootGraphic | |
return | RenderElement |
public GridBox ( int width, int height ) : PixelFarm.Drawing | ||
width | int | |
height | int | |
return | PixelFarm.Drawing |
public SetSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public Walk ( |
||
visitor | ||
return | void |