C# Class LayoutFarm.CustomWidgets.GridBoxRenderElement

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

Méthodes publiques

Méthode Description
BuildGrid ( int nCols, int nRows, CellSizeStyle cellSizeStyle ) : void
GridBoxRenderElement ( RootGraphic rootgfx, int w, int h ) : PixelFarm.Drawing
SetContent ( int r, int c, RenderElement re ) : void
SetContent ( int r, int c, UIElement ui ) : void

Méthodes protégées

Méthode Description
DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void

Method Details

BuildGrid() public méthode

public BuildGrid ( int nCols, int nRows, CellSizeStyle cellSizeStyle ) : void
nCols int
nRows int
cellSizeStyle CellSizeStyle
Résultat void

DrawBoxContent() protected méthode

protected DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
Résultat void

GridBoxRenderElement() public méthode

public GridBoxRenderElement ( RootGraphic rootgfx, int w, int h ) : PixelFarm.Drawing
rootgfx RootGraphic
w int
h int
Résultat PixelFarm.Drawing

SetContent() public méthode

public SetContent ( int r, int c, RenderElement re ) : void
r int
c int
re RenderElement
Résultat void

SetContent() public méthode

public SetContent ( int r, int c, UIElement ui ) : void
r int
c int
ui LayoutFarm.UI.UIElement
Résultat void