VertexArray.PrimitiveType Property

SFML.Net

VertexArrayPrimitiveType Property
Type of primitives to draw

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public PrimitiveType PrimitiveType { get; set; }
Public Property PrimitiveType As PrimitiveType
	Get
	Set
public:
property PrimitiveType PrimitiveType {
	PrimitiveType get ();
	void set (PrimitiveType value);
}
member PrimitiveType : PrimitiveType with get, set

Property Value

Type: PrimitiveType
See Also