Properties  Methods 

IVertexBuffer Interface Members

The following tables list the members exposed by IVertexBuffer.

Public Properties
 NameDescription
 Property Gets count of elements in buffer.  
 Property Gets pointer to native vector of elements.  
 Property Gets an element size.  
 Property Gets stride values of X field in an element.  
 Property Gets stride values of Y field in an element.  
Top
Public Methods
 NameDescription
 Method Clears the vertex buffer.  
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 Method Reserves specified size of elements.  
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also