C# 클래스 LayoutFarm.CustomWidgets.GridBox

상속: EaseBox
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddUI() 공개 메소드

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

BuildGrid() 공개 메소드

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

GetPrimaryRenderElement() 공개 메소드

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
리턴 RenderElement

GridBox() 공개 메소드

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

SetSize() 공개 메소드

public SetSize ( int width, int height ) : void
width int
height int
리턴 void

Walk() 공개 메소드

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
리턴 void