C# Class LayoutFarm.HtmlBoxes.CssBoxHr

CSS box for hr element.
Inheritance: CssBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
CssBoxHr ( Css spec, RootGraphic rootgfx ) : PixelFarm.Drawing

Init.

Méthodes protégées

Méthode 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 méthode

Init.
public CssBoxHr ( Css spec, RootGraphic rootgfx ) : PixelFarm.Drawing
spec Css
rootgfx RootGraphic
Résultat PixelFarm.Drawing

PaintImp() protected méthode

Paints the fragment
protected PaintImp ( PaintVisitor p ) : void
p PaintVisitor
Résultat void

PerformContentLayout() protected méthode

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
Résultat void