[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlElement.Render

Render Method

Render(Graphics, Rectangle)

Renders the element into a given rectangle.

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

Graphics object where the element will be rendered.

Rectangle r

Rectangle where the element will be rendered.

Overrides