Table of Contents

Interface IGLLineFigure

Namespace
SearchAThing.OpenGL.Core
Assembly
netcore-opengl-core.dll

Specialization of IGLFigure for the type GLLine.

public interface IGLLineFigure : IGLFigure, IGLVertexManagerObject, INotifyPropertyChanged
Inherited Members
Extension Methods

Methods

Add(GLLine)

Add given line to the figure primitives set.

void Add(GLLine line)

Parameters

line GLLine

Remove(GLLine)

Remove given line from the figure primitives set.

void Remove(GLLine line)

Parameters

line GLLine