[]
        
(Showing Draft Content)

C1.Framework.IconElement.RenderContent

RenderContent Method

RenderContent(Graphics, Rectangle)

Renders the element contents into the specified Graphics object at the specified location.

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

Graphics object where the Element will be rendered.

Rectangle r

Rectangle where the Element contents will be rendered.

Overrides