Texture Members
Manipulates a texture resource.
The following tables list the members exposed by the Texture type.
Public Constructors
Name | Description | |
---|---|---|
Texture | Initializes a new instance of the Texture class. |
Top
Public Properties
Name | Description | |
---|---|---|
Device | Retrieves the device associated with a resource.(inherited from Resource) | |
Disposed | ||
LevelCount | Gets the number of texture levels in a multilevel texture.(inherited from BaseTexture) | |
LevelOfDetail | Gets or sets the most detailed level of detail (LOD) for a managed texture.(inherited from BaseTexture) | |
Priority | Retrieves or sets the priority for the current resource.(inherited from Resource) | |
Type | Retrieves the type of a resource.(inherited from Resource) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddDirtyRectangle | Overloaded. Adds a dirty region to a texture resource. | |
Dispose | Releases all resources used by the Texture. | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetLevelDescription | Gets a level description of a texture resource. | |
GetSurfaceLevel | Retrieves the specified texture surface level. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
LockRectangle | Overloaded. Locks a rectangle on a texture resource. | |
PreLoad | Preloads a managed resource. (inherited from Resource) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) | |
UnlockRectangle | Unlocks a rectangle on a texture resource. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
Disposing |
Top
See Also
Reference
Texture Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace