TextureInformation Members
The following tables list the members exposed by the TextureInformation type.
Public Constructors
Name | Description | |
---|---|---|
TextureInformation | Initializes a new instance of the TextureInformation class. |
Public Properties
Name | Description | |
---|---|---|
Depth | Gets or sets the depth of a texture. | |
Format | Gets or sets the format of the texture. | |
Height | Gets or sets the height, in pixels, of a texture. | |
ImageFormat | Gets the file format of the original image. | |
MipLevels | Gets or sets the number of mip levels of a texture. | |
ResourceType | Gets the type of this resource. | |
Width | Gets or sets the width, in pixels, of a texture. |
Public Methods
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two instances of TextureInformation are equal. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether two instances of TextureInformation are equal. | |
op_Inequality | Determines whether two instances of TextureInformation are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
TextureInformation Structure
Microsoft.Xna.Framework.Graphics Namespace