[]
Renders the child elements into a given rectangle.
public virtual void RenderChildren(Graphics g, Rectangle r)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics object where the element will be rendered. |
Rectangle | r | Rectangle where the child elements will be rendered. |
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.