<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/IEffectFog.html"title="interface in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></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/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthStencilState.html"title="class in Microsoft.Xna.Framework.Graphics">DepthStencilState</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/Effect.html"title="class in Microsoft.Xna.Framework.Graphics">Effect</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/IndexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">IndexBuffer</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/RasterizerState.html"title="class in Microsoft.Xna.Framework.Graphics">RasterizerState</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/SamplerState.html"title="class in Microsoft.Xna.Framework.Graphics">SamplerState</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/SpriteBatch.html"title="class in Microsoft.Xna.Framework.Graphics">SpriteBatch</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/Texture.html"title="class in Microsoft.Xna.Framework.Graphics">Texture</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">VertexBuffer</a>, <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <spanclass="strong">GraphicsResource</span>
extends java.lang.Object
implements <ahref="../../../../System/IDisposable.html"title="interface in System">IDisposable</a></pre>
<divclass="block">Queries and prepares resources.</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/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>></code></td>
<divclass="block">Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.</div>
<divclass="block">Allows this Object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a></code></td>
<pre>protected <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> _parent</pre>
</li>
</ul>
<aname="Name">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Name</h4>
<pre>public java.lang.String Name</pre>
<divclass="block">Gets the name of the Resource.</div>
</li>
</ul>
<aname="Tag">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Tag</h4>
<pre>public java.lang.Object Tag</pre>
<divclass="block">Gets the resource tags for this resource.</div>
</li>
</ul>
<aname="Disposing">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>Disposing</h4>
<pre>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>> Disposing</pre>
<divclass="block">Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.</div>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> getGraphicsDevice()</pre>
<divclass="block">Gets the GraphicsDevice associated with this GraphicsResource.</div>
</li>
</ul>
<aname="IsDisposed()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>IsDisposed</h4>
<pre>public boolean IsDisposed()</pre>
<divclass="block">Gets a value that indicates whether the object is disposed.</div>
</li>
</ul>
<aname="Dispose()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Dispose</h4>
<pre>public void Dispose()</pre>
<divclass="block">Immediately releases the unmanaged resources used by this Object.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../System/IDisposable.html#Dispose()">Dispose</a></code> in interface <code><ahref="../../../../System/IDisposable.html"title="interface in System">IDisposable</a></code></dd>
<divclass="block">Allows this Object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.</div>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/IEffectFog.html"title="interface in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>