[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlDiv.RenderChildren

RenderChildren Method

RenderChildren(Graphics, Rectangle)

Renders the child elements into a given rectangle.

Declaration
public override void RenderChildren(Graphics g, Rectangle r)
Parameters
Type Name Description
Graphics g

Graphics object where the element will be rendered.

Rectangle r

Rectangle where the child elements will be rendered.

Overrides
Remarks

Derived elements may override this method in order to draw into the Graphics after the background and borders have been rendered but before the child elements are rendered.