RenderTarget Members
The following tables list the members exposed by the RenderTarget type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Format | Gets the format of the render target. |
![]() |
GraphicsDevice | Gets the graphics device associated with this render target resource. |
![]() |
Height | Gets the height, in pixels, of this render target. |
![]() |
IsDisposed | Gets a value that indicates whether the object is disposed. |
![]() |
MultiSampleQuality | Gets the number of quality stops available for a given multisample type. |
![]() |
MultiSampleType | Gets the levels of full-scene multisampling that the device can apply. |
![]() |
Name | Gets the name of this render-target resource. |
![]() |
ResourceManagementMode | Gets the memory management mode for this render-target resource. |
![]() |
Tag | Gets the resource tags for this render target. |
![]() |
Width | Gets the width, in pixels, of this render target. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. |
![]() |
Equals | Overloaded. Returns a value that indicates whether the current instance is equal to a specified object. |
![]() |
GetHashCode | Gets the hash code for this instance. |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
op_Equality | Compares two objects to determine whether they are the same. |
![]() ![]() |
op_Inequality | Compares two objects to determine whether they are different. |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
raise_Disposing | Raises the Disposing event when called from within a derived class. |
Public Events
Name | Description | |
---|---|---|
![]() |
Disposing | Occurs when RenderTarget.Dispose Method is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime. |
See Also
Reference
RenderTarget Class
Microsoft.Xna.Framework.Graphics Namespace