Table of Contents

Interface IPlottableGL

Namespace
ScottPlot
Assembly
ScottPlot.dll

This interface is applied to plottables which can be rendered directly on the GPU using an OpenGL shader

public interface IPlottableGL : IPlottable
Inherited Members
Extension Methods

Properties

PlotControl

The control used to display this plottable. It is used to access the GRContext at render time.

IPlotControl PlotControl { get; }

Property Value

IPlotControl

Methods

GLFinish()

Used to manually synchronize rendering

void GLFinish()

RestoreGLState()

Restore previously saved OpenGL atributes

void RestoreGLState()

StoreGLState()

Store OpenGL atributes

void StoreGLState()