This topic has not yet been rated - Rate this topic

TextureCreationParameters Members

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

NameDescription
Public PropertyColorKeyGets or sets the color value to replace with transparent black.
Public Property StaticDefaultGets the default texture creation parameters.
Public PropertyDepthGets or sets the depth to create the Texture with.
Public PropertyFilterGets or sets a set of options controlling how the image is filtered.
Public PropertyFormatGets or sets the format of the texture to be created.
Public PropertyHeight Gets or sets the height to create a Texture with.
Public PropertyMipFilterGets or sets a set of options controlling how mipmaps are filtered.
Public PropertyMipLevels Gets or sets the number of mip levels to create a Texture with.
Public PropertyResourceManagementModeGets or sets the class of memory allocated for this texture resource.
Public PropertyResourceUsageGets or sets a set of options identifying the behaviors of this resource.
Public PropertyWidth Gets or sets the width to create a Texture with.
NameDescription
Public MethodEqualsOverloaded. Determines whether two instances of TextureCreationParameters are equal.
Public MethodGetHashCodeGets the hash code for this instance.
Public MethodGetType (Inherited from Object.)
Public Method Staticop_Equality Determines whether two instances of TextureCreationParameters are equal.
Public Method Staticop_Inequality Determines whether two instances of TextureCreationParameters are not equal.
Public MethodReferenceEquals (Inherited from Object.)
Public MethodToString Returns a String that represents the current TextureCreationParameters.
NameDescription
Protected MethodFinalize (Inherited from Object.)
Protected MethodMemberwiseClone (Inherited from Object.)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.