<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum 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>
<li>
<ulclass="inheritance">
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/Texture.html"title="class in Microsoft.Xna.Framework.Graphics">Microsoft.Xna.Framework.Graphics.Texture</a></li>
<li>
<ulclass="inheritance">
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCube.html"title="class in Microsoft.Xna.Framework.Graphics">Microsoft.Xna.Framework.Graphics.TextureCube</a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<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>
<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/RenderTargetCube.html#RenderTargetCube(Microsoft.Xna.Framework.Graphics.GraphicsDevice, int, boolean, Microsoft.Xna.Framework.Graphics.SurfaceFormat, Microsoft.Xna.Framework.Graphics.DepthFormat)">RenderTargetCube</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
int size,
boolean mipMap,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/SurfaceFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">SurfaceFormat</a> preferredFormat,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">DepthFormat</a> preferredDepthFormat)</code>
<divclass="block">Creates an instance of this object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html#RenderTargetCube(Microsoft.Xna.Framework.Graphics.GraphicsDevice, int, boolean, Microsoft.Xna.Framework.Graphics.SurfaceFormat, Microsoft.Xna.Framework.Graphics.DepthFormat, int, Microsoft.Xna.Framework.Graphics.RenderTargetUsage)">RenderTargetCube</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
int size,
boolean mipMap,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/SurfaceFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">SurfaceFormat</a> preferredFormat,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">DepthFormat</a> preferredDepthFormat,
int preferredMultiSampleCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a> usage)</code>
<divclass="block">Creates an instance of this object.</div>
<divclass="block">Immediately releases the unmanaged resources used by this Object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">DepthFormat</a></code></td>
<divclass="block">Gets the number of multisample locations.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a></code></td>
<h3>Methods inherited from class Microsoft.Xna.Framework.Graphics.<ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCube.html"title="class in Microsoft.Xna.Framework.Graphics">TextureCube</a></h3>
<h3>Methods inherited from class Microsoft.Xna.Framework.Graphics.<ahref="../../../../Microsoft/Xna/Framework/Graphics/Texture.html"title="class in Microsoft.Xna.Framework.Graphics">Texture</a></h3>
<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>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>> ContentLost</pre>
<divclass="block">Occurs when a resource is lost due to a device being lost.</div>
<pre>public RenderTargetCube(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
int size,
boolean mipMap,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/SurfaceFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">SurfaceFormat</a> preferredFormat,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">DepthFormat</a> preferredDepthFormat)</pre>
<divclass="block">Creates an instance of this object.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>graphicsDevice</code> - The graphics device to associate with this render target resource.</dd><dd><code>size</code> - The width and height of this cube texture resource, in pixels.</dd><dd><code>mipMap</code> - </dd><dd><code>preferredFormat</code> - </dd><dd><code>preferredDepthFormat</code> - </dd></dl>
<pre>public RenderTargetCube(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a> graphicsDevice,
int size,
boolean mipMap,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/SurfaceFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">SurfaceFormat</a> preferredFormat,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">DepthFormat</a> preferredDepthFormat,
int preferredMultiSampleCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a> usage)</pre>
<divclass="block">Creates an instance of this object.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>graphicsDevice</code> - The graphics device to associate with this render target resource.</dd><dd><code>size</code> - The width and height of this cube texture resource, in pixels.</dd><dd><code>mipMap</code> - </dd><dd><code>preferredFormat</code> - </dd><dd><code>preferredDepthFormat</code> - </dd><dd><code>preferredMultiSampleCount</code> - </dd><dd><code>usage</code> - </dd></dl>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">DepthFormat</a> getDepthStencilFormat()</pre>
<divclass="block">Gets the depth format of this rendertarget.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>The depth format of this rendertarget</dd></dl>
<divclass="block">Gets the number of multisample locations.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>The number of multisample locations.</dd></dl>
</li>
</ul>
<aname="getRenderTargetUsage()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getRenderTargetUsage</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a> getRenderTargetUsage()</pre>
<divclass="block">Gets the usage mode of this rendertarget.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>The usage mode of this rendertarget.</dd></dl>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html#Dispose(boolean)">GraphicsResource</a></code></strong></div>
<divclass="block">Immediately releases the unmanaged resources used by this Object.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCube.html#Dispose(boolean)">Dispose</a></code> in class <code><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCube.html"title="class in Microsoft.Xna.Framework.Graphics">TextureCube</a></code></dd>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>