Share via


VertexStream Members

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

Public Properties

Name Description
Public Property OffsetInBytes Gets the starting offset of the vertex stream.
Public Property VertexBuffer Gets the vertex buffer associated with this vertex stream.
Public Property VertexStride Gets the size, in bytes, of the elements in this vertex stream.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method SetFrequency Sets the stream source frequency divider value. This may be used to draw several instances of geometry.
Public Method SetFrequencyOfIndexData Sets the stream source frequency divider value for the index data. This may be used to draw several instances of geometry.
Public Method SetFrequencyOfInstanceData Sets the stream source frequency divider value for the instance data. This may be used to draw several instances of geometry.
Public Method SetSource Sets the source of the vertex stream.
Public Method ToString (Inherited from Object.)

Protected Methods

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

See Also

Reference

VertexStream Class
Microsoft.Xna.Framework.Graphics Namespace