Class MarkersProgram
- Namespace
- ScottPlot.OpenGL.GLPrograms
- Assembly
- ScottPlot.OpenGL.dll
public abstract class MarkersProgram : GLProgramBase, IMarkersDrawProgram, IGLProgram, IDisposable
- Inheritance
-
MarkersProgram
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Properties
FragmentShaderSource
protected override string? FragmentShaderSource { get; }
Property Value
- string
GeometryShaderSource
protected override string? GeometryShaderSource { get; }
Property Value
- string
VertexShaderSource
protected override string? VertexShaderSource { get; }
Property Value
- string
Methods
SetFillColor(Color4)
public virtual void SetFillColor(Color4 color)
Parameters
color Color4
SetMarkerSize(float)
public void SetMarkerSize(float size)
Parameters
size float
SetOpenFactor(float)
public virtual void SetOpenFactor(float factor)
Parameters
factor float
SetOutlineColor(Color4)
public virtual void SetOutlineColor(Color4 color)
Parameters
color Color4
public void SetTransform(Matrix4d transform)
Parameters
transform Matrix4d
SetViewPortSize(float, float)
public void SetViewPortSize(float width, float height)
Parameters
width float
height float