Creates an instance of the RenderContext2D
the {@link HTMLCanvasElement} we are drawing to
Clears the backing canvas element
Draws a circle to the specified location and with provided Htmlcolor string
the X-location of the rectangle
the Y-location of the rectangle
the radius of the circle
the Html color code to fill the circle
Draws a rectangle to the specified location and with provided Htmlcolor string
the X-location of the rectangle
the Y-location of the rectangle
the width of the rectangle
the height of the rectangle
the Html color code to fill the rectangle
Generated using TypeDoc
The RenderContext2D provides methods for drawing to an {@link HTMLCanvasElement | Html5 Canvas} This context class is used in SciChart's High Performance Realtime JavaScript Charts to draw shapes, lines, fills, images and more