Table of Contents

Interface IMarkersDrawProgram

Namespace
ScottPlot.OpenGL.GLPrograms
Assembly
ScottPlot.OpenGL.dll
public interface IMarkersDrawProgram : IGLProgram, IDisposable
Inherited Members
Extension Methods

Methods

SetFillColor(Color4)

void SetFillColor(Color4 color)

Parameters

color Color4

SetMarkerSize(float)

void SetMarkerSize(float size)

Parameters

size float

SetOpenFactor(float)

void SetOpenFactor(float factor)

Parameters

factor float

SetOutlineColor(Color4)

void SetOutlineColor(Color4 color)

Parameters

color Color4

SetTransform(Matrix4d)

void SetTransform(Matrix4d transform)

Parameters

transform Matrix4d

SetViewPortSize(float, float)

void SetViewPortSize(float width, float height)

Parameters

width float
height float