Search
Dashboard.CreateRenderContext Method
See Also
 






Creates a RenderContext instance.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected virtual RenderContext CreateRenderContext (
    IGraphics graphics,
    Rect clipRect
)

Visual Basic  Copy Code

Protected Overridable Function CreateRenderContext( _
    graphics As IGraphics, _
    clipRect As Rect _
) As RenderContext

 Parameters

graphics

An IGraphics surface where dashboard elements should be rendered.

clipRect

The current clip rectangle.

 Return Value

A RenderContext instance.

 See Also