Search
RenderContext Constructor
See Also
 






Initializes a new instance of the RenderContext class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public RenderContext (
    Rect clipRect,
    Theme theme
)

Visual Basic  Copy Code

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

 Parameters

clipRect

A Microsoft.Maui.Graphics.Rect specifying the clip rectangle.

theme

A Theme instance where appearance attributes should be derived from.

 See Also