UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

7 lines (6 loc) 224 B
import { WebGlRenderContext2D } from "./WebGlRenderContext2D"; export declare class BatchRenderContext extends WebGlRenderContext2D { doDraw: boolean; drawLayers(): void; endFonts(force?: boolean): void; }