Interface IGLPointFigure
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
[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
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