Share via


TextureInformation Members

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

Public Constructors

Name Description
Public Method TextureInformation Initializes a new instance of the TextureInformation class.

Public Properties

Name Description
Public Property Depth Gets or sets the depth of a texture.
Public Property Format Gets or sets the format of the texture.
Public Property Height Gets or sets the height, in pixels, of a texture.
Public Property ImageFormat Gets the file format of the original image.
Public Property MipLevels Gets or sets the number of mip levels of a texture.
Public Property ResourceType Gets the type of this resource.
Public Property Width Gets or sets the width, in pixels, of a texture.

Public Methods

Name Description
Public Method Equals Overloaded. Determines whether two instances of TextureInformation are equal.
Public Method GetHashCode Gets the hash code for this instance.
Public Method GetType (Inherited from Object.)
Public Method Static op_Equality Determines whether two instances of TextureInformation are equal.
Public Method Static op_Inequality Determines whether two instances of TextureInformation are not equal.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Retrieves a string representation of this object.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

TextureInformation Structure
Microsoft.Xna.Framework.Graphics Namespace