Table of Contents

Interface IGLPointFigure

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

Specialization of IGLFigure for the type GLPoint.

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

Properties

PointSize

Size of the point in pixels [screen] ( Default: 10 ).
Changing this property emits FigureInvalidated event.

[JsonProperty]
float PointSize { get; set; }

Property Value

float

Methods

Add(GLPoint)

Add given point to the figure primitives set.

void Add(GLPoint point)

Parameters

point GLPoint

Remove(GLPoint)

Remove given point from the figure primitives set.

void Remove(GLPoint point)

Parameters

point GLPoint