Creates a RenderContext instance.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
protected virtual RenderContext CreateRenderContext ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function CreateRenderContext( _ |
An IGraphics surface where dashboard elements should be rendered.
The current clip rectangle.
A RenderContext instance.
See Also