C# 클래스 LayoutFarm.CustomWidgets.GridBoxRenderElement

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

공개 메소드들

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

보호된 메소드들

메소드 설명
DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void

메소드 상세

BuildGrid() 공개 메소드

public BuildGrid ( int nCols, int nRows, CellSizeStyle cellSizeStyle ) : void
nCols int
nRows int
cellSizeStyle CellSizeStyle
리턴 void

DrawBoxContent() 보호된 메소드

protected DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
리턴 void

GridBoxRenderElement() 공개 메소드

public GridBoxRenderElement ( RootGraphic rootgfx, int w, int h ) : PixelFarm.Drawing
rootgfx RootGraphic
w int
h int
리턴 PixelFarm.Drawing

SetContent() 공개 메소드

public SetContent ( int r, int c, RenderElement re ) : void
r int
c int
re RenderElement
리턴 void

SetContent() 공개 메소드

public SetContent ( int r, int c, UIElement ui ) : void
r int
c int
ui LayoutFarm.UI.UIElement
리턴 void