Search
RenderContext2D Constructor
See Also
 






Initializes a new instance of the RenderContext class.

Namespace: MindFusion.Charting
File: RenderContext2D.js

 Syntax

JavaScript  Copy Code

function RenderContext2D (clipRect, theme)

 Parameters

clipRect

A RectD specifying the clip rectangle.

theme

A Theme instance where appearance attributes should be derived from.

 See Also