C# Class LayoutFarm.HtmlBoxes.HtmlRenderBox

Inheritance: RenderBoxBase
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
ChildrenHitTestCore ( HitChain hitChain ) : void
ClearAllChildren ( ) : void
HtmlRenderBox ( RootGraphic rootgfx, int width, int height ) : System.Collections.Generic
SetHtmlContainer ( MyHtmlContainer htmlCont, CssBox box ) : void

Protected Methods

Method Description
DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void

Method Details

ChildrenHitTestCore() public method

public ChildrenHitTestCore ( HitChain hitChain ) : void
hitChain LayoutFarm.RenderBoxes.HitChain
return void

ClearAllChildren() public method

public ClearAllChildren ( ) : void
return void

DrawBoxContent() protected method

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

HtmlRenderBox() public method

public HtmlRenderBox ( RootGraphic rootgfx, int width, int height ) : System.Collections.Generic
rootgfx RootGraphic
width int
height int
return System.Collections.Generic

SetHtmlContainer() public method

public SetHtmlContainer ( MyHtmlContainer htmlCont, CssBox box ) : void
htmlCont MyHtmlContainer
box CssBox
return void