C# Class LayoutFarm.InternalUI.RenderElementExtension

Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddChild ( RenderElement renderBox, UIElement ui ) : void
AddChild ( this renderBox, UIElement ui ) : void

Method Details

AddChild() public static method

public static AddChild ( RenderElement renderBox, UIElement ui ) : void
renderBox RenderElement
ui UIElement
return void

AddChild() public static method

public static AddChild ( this renderBox, UIElement ui ) : void
renderBox this
ui UIElement
return void