DynamicVertexBuffer Members

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

Public Constructors

Name Description
Public Method DynamicVertexBuffer Overloaded. Initializes a new instance of DynamicVertexBuffer.

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 Priority (Inherited from GraphicsResource.)
Public Property ResourceType (Inherited from GraphicsResource.)
Public Property SizeInBytes (Inherited from VertexBuffer.)
Public Property Tag (Inherited from GraphicsResource.)

Public Methods

Name Description
Public Method Dispose Overloaded. Immediately releases the unmanaged resources used by this object.
Public Method Equals (Inherited from Object.)
Public Method GetData (Inherited from VertexBuffer.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method SetData Overloaded. Copies array data to the vertex buffer.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method raise_ContentLost Occurs after content is lost from a graphics device failure, allowing an application to re-create all resources.
Protected Method raise_Disposing (Inherited from GraphicsResource.)

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