SFML.Net
VertexArray Methods |
The VertexArray type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Append |
Add a vertex to the array
|
![]() |
Clear |
Clear the vertex array
|
![]() |
Destroy |
Handle the destruction of the object
(Overrides ObjectBaseDestroy(Boolean).) |
![]() |
Dispose |
Explicitely dispose the object
(Inherited from ObjectBase.) |
![]() |
Draw | |
![]() |
Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() |
Finalize |
Dispose the object
(Inherited from ObjectBase.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
Resize |
Resize the vertex array
If \a vertexCount is greater than the current size, the previous
vertices are kept and new (default-constructed) vertices are
added.
If \a vertexCount is less than the current size, existing vertices
are removed from the array.
|
![]() |
ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
