PrimitiveType Enumeration

SFML.Net

PrimitiveType Enumeration
Types of primitives that a VertexArray can render. Points and lines have no area, therefore their thickness will always be 1 pixel, regarldess the current transform and view.

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public enum PrimitiveType
Public Enumeration PrimitiveType
public enum class PrimitiveType
type PrimitiveType
Members
  Member nameValueDescription
Points0
Lines1
LinesStrip2
Triangles3
TrianglesStrip4
TrianglesFan5
Quads6
See Also