CssBoxHr

TheArtOfDev.HtmlRenderer.Core.Dom

CSS box for hr element.

継承元: CssBox

コンストラクター

CssBoxHr(CssBox, HtmlTag)

Init.

parent
the parent box of this box
tag
the html tag data of this box

メソッド

PaintImp(RGraphics)

Paints the fragment

g
the device to draw to
PerformLayoutImp(RGraphics)

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

g
Device context to use