C# Class LayoutFarm.HtmlBoxes.RenderElementBridgeCssBox

Inheritance: CssBox
显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
InvalidateGraphics ( Rectangle clientArea ) : void
RenderElementBridgeCssBox ( BoxSpec spec, RenderElement containerElement, RootGraphic rootgfx ) : PixelFarm.Drawing

Protected Methods

Method Description
GetGlobalLocationImpl ( float &globalX, float &globalY ) : CssBox

Method Details

GetGlobalLocationImpl() protected method

protected GetGlobalLocationImpl ( float &globalX, float &globalY ) : CssBox
globalX float
globalY float
return CssBox

InvalidateGraphics() public method

public InvalidateGraphics ( Rectangle clientArea ) : void
clientArea PixelFarm.Drawing.Rectangle
return void

RenderElementBridgeCssBox() public method

public RenderElementBridgeCssBox ( BoxSpec spec, RenderElement containerElement, RootGraphic rootgfx ) : PixelFarm.Drawing
spec LayoutFarm.Css.BoxSpec
containerElement RenderElement
rootgfx RootGraphic
return PixelFarm.Drawing