TextureCreationParameters Members
The following tables list the members exposed by the TextureCreationParameters type.
Public Constructors
Name | Description | |
---|---|---|
TextureCreationParameters | Creates a new instance of TextureCreationParameters. |
Public Properties
Name | Description | |
---|---|---|
ColorKey | Gets or sets the color value to replace with transparent black. | |
Default | Gets the default texture creation parameters. | |
Depth | Gets or sets the depth to create the Texture with. | |
Filter | Gets or sets a set of options controlling how the image is filtered. | |
Format | Gets or sets the format of the texture to be created. | |
Height | Gets or sets the height to create a Texture with. | |
MipFilter | Gets or sets a set of options controlling how mipmaps are filtered. | |
MipLevels | Gets or sets the number of mip levels to create a Texture with. | |
ResourceManagementMode | Gets or sets the class of memory allocated for this texture resource. | |
ResourceUsage | Gets or sets a set of options identifying the behaviors of this resource. | |
Width | Gets or sets the width to create a Texture with. |
Public Methods
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two instances of TextureCreationParameters are equal. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether two instances of TextureCreationParameters are equal. | |
op_Inequality | Determines whether two instances of TextureCreationParameters are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Returns a String that represents the current TextureCreationParameters. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
TextureCreationParameters Structure
Microsoft.Xna.Framework.Graphics Namespace