VertexArray.VertexCount Property

SFML.Net

VertexArrayVertexCount Property
Total vertex count

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public uint VertexCount { get; }
Public ReadOnly Property VertexCount As UInteger
	Get
public:
property unsigned int VertexCount {
	unsigned int get ();
}
member VertexCount : uint32 with get

Property Value

Type: UInt32
See Also