Share via


IndexBuffer Members

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

Public Constructors

Name Description
Public Method IndexBuffer Overloaded. Initializes a new instance of this class.

Public Properties

Name Description
Public Property GraphicsDevice (Inherited from GraphicsResource.)
Public Property IndexElementSize Gets or sets a value indicating the size of this index element.
Public Property IsDisposed (Inherited from GraphicsResource.)
Public Property Name (Inherited from GraphicsResource.)
Public Property Priority (Inherited from GraphicsResource.)
Public Property ResourceManagementMode Gets the memory management mode for this index buffer resource.
Public Property ResourceType (Inherited from GraphicsResource.)
Public Property ResourceUsage Gets a set of options identifying the behaviors of this resource.
Public Property SizeInBytes Gets the size, in bytes, of this 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 Overloaded. Gets a value that indicates whether the current instance is equal to a specified object.
Public Method GetData Overloaded. Copies the index buffer into an array.
Public Method GetHashCode Gets the hash code for this instance.
Public Method GetType (Inherited from Object.)
Public Method Static op_Equality Overloaded. Determines whether the specified index buffers are equal.
Public Method Static op_Inequality Overloaded. Determines whether the specified index buffers are not equal.
Public Method ReferenceEquals (Inherited from Object.)
Public Method SetData Overloaded. Copies array data to the index buffer.
Public Method ToString Retrieves a string representation of this object.

Protected Methods

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

Public Events

Name Description
Public Event Disposing (Inherited from GraphicsResource.)

See Also

Reference

IndexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace