Table of Contents

Interface IGLLine

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

Primitive for the GL_LINES opengl element.

[JsonObject(MemberSerialization.OptIn)]
public interface IGLLine : IGLPrimitive, IGLVertexManagerObject, INotifyPropertyChanged
Inherited Members
Extension Methods

Properties

From

Line from vertex.

[JsonProperty]
GLVertex From { get; set; }

Property Value

GLVertex

Remarks

Changing this property will:

To

Line to vertex.

[JsonProperty]
GLVertex To { get; set; }

Property Value

GLVertex

Remarks

Changing this property will: