Microsoft.Xna.Framework.Graphics
Class RenderTarget2D

java.lang.Object
  extended by Microsoft.Xna.Framework.Graphics.GraphicsResource
      extended by Microsoft.Xna.Framework.Graphics.Texture
          extended by Microsoft.Xna.Framework.Graphics.Texture2D
              extended by Microsoft.Xna.Framework.Graphics.RenderTarget2D
All Implemented Interfaces:
IDisposable

public class RenderTarget2D
extends Texture2D

Author:
Halofreak1990

Field Summary
 
Fields inherited from class Microsoft.Xna.Framework.Graphics.Texture2D
height, width
 
Fields inherited from class Microsoft.Xna.Framework.Graphics.GraphicsResource
_parent, Disposing, Name, Tag
 
Constructor Summary
RenderTarget2D()
           
 
Method Summary
 
Methods inherited from class Microsoft.Xna.Framework.Graphics.Texture2D
Bounds, Dispose, FromStream, FromStream, GetData, GetData, GetData, Height, SaveAsJpeg, SaveAsPng, SetData, SetData, SetData, Width
 
Methods inherited from class Microsoft.Xna.Framework.Graphics.Texture
Format, LevelCount
 
Methods inherited from class Microsoft.Xna.Framework.Graphics.GraphicsResource
Dispose, finalize, GraphicsDevice, IsDisposed, raise_disposing, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderTarget2D

public RenderTarget2D()