VertexArray Properties

SFML.Net

VertexArray Properties

The VertexArray type exposes the following members.

Properties
  Name Description
Public property Bounds
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property Item
Read-write access to vertices by their index. This function doesn't check index, it must be in range [0, VertexCount - 1]. The behaviour is undefined otherwise.
Public property PrimitiveType
Type of primitives to draw
Public property VertexCount
Total vertex count
Top
See Also