Share via


DynamicIndexBuffer Members

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

Public Constructors

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

Public Properties

Name Description
Public Property BufferUsage (Inherited from IndexBuffer.)
Public Property GraphicsDevice (Inherited from GraphicsResource.)
Public Property IndexElementSize (Inherited from IndexBuffer.)
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 IndexBuffer.)
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 IndexBuffer.)
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 index 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

DynamicIndexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace