RenderTarget2D Members
The following tables list the members exposed by the RenderTarget2D type.
Public Constructors
Name | Description | |
---|---|---|
RenderTarget2D | Overloaded. Initializes a new instance of this class. |
Public Properties
Name | Description | |
---|---|---|
Bounds | (Inherited from Texture2D.) | |
DepthStencilFormat | Gets the data format for the depth stencil data. | |
Format | (Inherited from Texture.) | |
GraphicsDevice | (Inherited from GraphicsResource.) | |
Height | (Inherited from Texture2D.) | |
IsContentLost | Determines if the index buffer data has been lost due to a lost device event. | |
IsDisposed | (Inherited from GraphicsResource.) | |
LevelCount | (Inherited from Texture.) | |
MultiSampleCount | Gets the number of sample locations during multisampling. | |
Name | (Inherited from GraphicsResource.) | |
RenderTargetUsage | Gets or sets the render target usage. | |
Tag | (Inherited from GraphicsResource.) | |
Width | (Inherited from Texture2D.) |
Public Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from GraphicsResource.) | |
Equals | (Inherited from Object.) | |
GetData | (Overloaded. Inherited from Texture2D.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SaveAsJpeg | (Inherited from Texture2D.) | |
SaveAsPng | (Inherited from Texture2D.) | |
SetData | (Overloaded. Inherited from Texture2D.) | |
ToString | (Inherited from GraphicsResource.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from GraphicsResource.) | |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
ContentLost | Occurs when resources are lost due to a lost device event. | |
Disposing | (Inherited from GraphicsResource.) |
See Also
Reference
RenderTarget2D Class
Microsoft.Xna.Framework.Graphics Namespace