C# Class LayoutFarm.HtmlBoxes.RenderElementBridgeCssBox

Inheritance: CssBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetGlobalLocationImpl ( float &globalX, float &globalY ) : CssBox

Method Details

GetGlobalLocationImpl() protected méthode

protected GetGlobalLocationImpl ( float &globalX, float &globalY ) : CssBox
globalX float
globalY float
Résultat CssBox

InvalidateGraphics() public méthode

public InvalidateGraphics ( Rectangle clientArea ) : void
clientArea PixelFarm.Drawing.Rectangle
Résultat void

RenderElementBridgeCssBox() public méthode

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