Charting for WinForms Programmer's Guide
RenderContext Constructor
See Also
 






Initializes a new instance of the RenderContext clas.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public RenderContext (
    RectD clipRect,
    Theme theme
)

Visual Basic  Copy Code

Public New ( _
    clipRect As RectD, _
    theme As Theme _
)

 Parameters

clipRect

A RectD specifying the clip rectangle.

theme

A Theme instance where appearance attributes should be derived from.

 See Also

RenderContext Class
MindFusion.Charting Namespace