<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureFilter.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBufferBinding.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">Microsoft.Xna.Framework.Graphics.GraphicsResource</a></li>
<dd><ahref="../../../../System/IDisposable.html"title="interface in System">IDisposable</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><ahref="../../../../Microsoft/Xna/Framework/Graphics/DynamicVertexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">DynamicVertexBuffer</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">VertexBuffer</span>
extends <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></pre>
<divclass="block">Represents a list of 3D vertices to be streamed to the graphics device.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a></code></td>
<h3>Fields inherited from class Microsoft.Xna.Framework.Graphics.<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></h3>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBuffer.html#VertexBuffer(Microsoft.Xna.Framework.Graphics.GraphicsDevice, java.lang.Class, int, Microsoft.Xna.Framework.Graphics.BufferUsage)">VertexBuffer</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
java.lang.Class vertexType,
int vertexCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> usage)</code>
<divclass="block">Creates an instance of this object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBuffer.html#VertexBuffer(Microsoft.Xna.Framework.Graphics.GraphicsDevice, Microsoft.Xna.Framework.Graphics.VertexDeclaration, int, Microsoft.Xna.Framework.Graphics.BufferUsage)">VertexBuffer</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration,
int vertexCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> usage)</code>
<divclass="block">Creates an instance of this object.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a></code></td>
<h3>Methods inherited from class Microsoft.Xna.Framework.Graphics.<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></h3>
<pre>protected <ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> _usage</pre>
<pre>public VertexBuffer(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration,
int vertexCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> usage)</pre>
<divclass="block">Creates an instance of this object.</div>
<pre>public VertexBuffer(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
java.lang.Class vertexType,
int vertexCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> usage)</pre>
<divclass="block">Creates an instance of this object.</div>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> getBufferUsage()</pre>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> getVertexDeclaration()</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html#toString()">GraphicsResource</a></code></strong></div>
<divclass="block">Gets a string representation of the current instance.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html#toString()">toString</a></code> in class <code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></code></dd>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureFilter.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBufferBinding.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>