C# Class LayoutFarm.HtmlBoxes.CssBoxHr

CSS box for hr element.
Inheritance: CssBox
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
CssBoxHr ( Css spec, RootGraphic rootgfx ) : PixelFarm.Drawing

Init.

Protected Methods

Method Description
PaintImp ( PaintVisitor p ) : void

Paints the fragment

PerformContentLayout ( LayoutVisitor lay ) : void

Measures the bounds of box and children, recursively.
Performs layout of the DOM structure creating lines by set bounds restrictions.

Method Details

CssBoxHr() public method

Init.
public CssBoxHr ( Css spec, RootGraphic rootgfx ) : PixelFarm.Drawing
spec Css
rootgfx RootGraphic
return PixelFarm.Drawing

PaintImp() protected method

Paints the fragment
protected PaintImp ( PaintVisitor p ) : void
p PaintVisitor
return void

PerformContentLayout() protected method

Measures the bounds of box and children, recursively.
Performs layout of the DOM structure creating lines by set bounds restrictions.
protected PerformContentLayout ( LayoutVisitor lay ) : void
lay LayoutVisitor
return void