Share via


DynamicVertexBuffer Members

The following tables list the members exposed by the DynamicVertexBuffer type.

Public Constructors

Name Description
Public Method DynamicVertexBuffer Overloaded. Creates an instance of this object.

Public Properties

Name Description
Public Property BufferUsage (Inherited from VertexBuffer.)
Public Property GraphicsDevice (Inherited from GraphicsResource.)
Public Property IsContentLost Determines if the index buffer data has been lost due to a lost device event.
Public Property IsDisposed (Inherited from GraphicsResource.)
Public Property Name (Inherited from GraphicsResource.)
Public Property Tag (Inherited from GraphicsResource.)
Public Property VertexCount (Inherited from VertexBuffer.)
Public Property VertexDeclaration (Inherited from VertexBuffer.)

Public Methods

Name Description
Public Method Dispose (Inherited from GraphicsResource.)
Public Method Equals (Inherited from Object.)
Public Method GetData (Overloaded. Inherited from VertexBuffer.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method SetData Overloaded. Copies array data to the vertex buffer.
Public Method ToString (Inherited from GraphicsResource.)

Protected Methods

Name Description
Protected Method Dispose (Inherited from VertexBuffer.)
Protected Method Finalize (Inherited from GraphicsResource.)
Protected Method MemberwiseClone (Inherited from Object.)

Public Events

Name Description
Public Event ContentLost Occurs when resources are lost due to a lost device event.
Public Event Disposing (Inherited from GraphicsResource.)

See Also

Reference

DynamicVertexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace