This topic has not yet been rated - Rate this topic

RenderTarget Members

The following tables list the members exposed by the RenderTarget type.

NameDescription
Public PropertyFormatGets the format of the render target.
Public PropertyGraphicsDeviceGets the graphics device associated with this render target resource.
Public PropertyHeightGets the height, in pixels, of this render target.
Public PropertyIsContentLostGets the current state of the content on a device.
Public PropertyIsDisposedGets a value that indicates whether the object is disposed.
Public PropertyMultiSampleQualityGets the number of quality stops available for a given multisample type.
Public PropertyMultiSampleTypeGets the levels of full-scene multisampling that the device can apply.
Public PropertyNameGets the name of this render-target resource.
Public PropertyRenderTargetUsageGets or sets render target usage flags.
Public PropertyTagGets the resource tags for this render target.
Public PropertyWidthGets the width, in pixels, of this render target.
NameDescription
Public MethodDisposeOverloaded. Immediately releases the unmanaged resources used by this object.
Public MethodEquals (Inherited from Object.)
Public MethodGetHashCode (Inherited from Object.)
Public MethodGetType (Inherited from Object.)
Public MethodReferenceEquals (Inherited from Object.)
Public MethodToString (Inherited from Object.)
NameDescription
Protected MethodFinalizeAllows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.
Protected MethodMemberwiseClone (Inherited from Object.)
Protected Methodraise_ContentLostOccurs when content is about to be lost on a GraphicsDevice.
Protected Methodraise_DisposingRaises the Disposing event when called from within a derived class.
NameDescription
Public EventContentLostOccurs when resources are lost (for example, when the current device is lost).
Public EventDisposing 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.