Sdílet prostřednictvím


TextureCreationParameters Members

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

Public Constructors

Name Description
Public Method TextureCreationParameters Creates a new instance of TextureCreationParameters.

Public Properties

Name Description
Public Property ColorKey Gets or sets the color value to replace with transparent black.
Public Property Static Default Gets the default texture creation parameters.
Public Property Depth Gets or sets the depth to create the Texture with.
Public Property Filter Gets or sets a set of options controlling how the image is filtered.
Public Property Format Gets or sets the format of the texture to be created.
Public Property Height Gets or sets the height to create a Texture with.
Public Property MipFilter Gets or sets a set of options controlling how mipmaps are filtered.
Public Property MipLevels Gets or sets the number of mip levels to create a Texture with.
Public Property ResourceManagementMode Gets or sets the class of memory allocated for this texture resource.
Public Property ResourceUsage Gets or sets a set of options identifying the behaviors of this resource.
Public Property Width Gets or sets the width to create a Texture with.

Public Methods

Name Description
Public Method Equals Overloaded. Determines whether two instances of TextureCreationParameters 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 TextureCreationParameters are equal.
Public Method Static op_Inequality Determines whether two instances of TextureCreationParameters are not equal.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Returns a String that represents the current TextureCreationParameters.

Protected Methods

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

See Also

Reference

TextureCreationParameters Structure
Microsoft.Xna.Framework.Graphics Namespace