ResolveTexture2D Members

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

Public Constructors

Name Description
Public Method ResolveTexture2D Initializes an empty instance of ResolveTexture2D.

Public Properties

Name Description
Public Property Format (Inherited from Texture2D.)
Public Property GraphicsDevice (Inherited from GraphicsResource.)
Public Property Height (Inherited from Texture2D.)
Public Property IsContentLost Determines if the render target data has been lost due to a lost device event.
Public Property IsDisposed (Inherited from GraphicsResource.)
Public Property LevelCount (Inherited from Texture.)
Public Property LevelOfDetail (Inherited from Texture.)
Public Property Name (Inherited from GraphicsResource.)
Public Property Priority (Inherited from GraphicsResource.)
Public Property ResourceType (Inherited from GraphicsResource.)
Public Property Tag (Inherited from GraphicsResource.)
Public Property TextureUsage (Inherited from Texture2D.)
Public Property Width (Inherited from Texture2D.)

Public Methods

Name Description
Public Method Dispose Overloaded. Immediately releases the unmanaged resources used by this object.
Public Method Equals (Inherited from Object.)
Public Method FromFile (Inherited from Texture.)
Public Method GenerateMipMaps (Inherited from Texture.)
Public Method GetCreationParameters (Inherited from Texture.)
Public Method GetData (Inherited from Texture2D.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetTextureInformation (Inherited from Texture.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Save (Inherited from Texture.)
Public Method SetData (Inherited from Texture2D.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method raise_ContentLost Occurs after content is lost from a graphics device failure, allowing an application to re-create all resources.
Protected Method raise_Disposing (Inherited from GraphicsResource.)

Public Events

Name Description
Public Event ContentLost Occurs when the render target data is lost due to a lost device event.
Public Event Disposing (Inherited from GraphicsResource.)

See Also

Reference

ResolveTexture2D Class
Microsoft.Xna.Framework.Graphics Namespace