Properties  Methods 

ITexture2D Interface Members

The following tables list the members exposed by ITexture2D.

Public Properties
 NameDescription
 Property Gets the height of the texture  
 Property Gets the texture format for this texture  
 Property Gets the width of the texture  
Top
Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodSets int[] pixel data on the Texture. Assumes TextureFormats.Bgra8  
 MethodSets int[] pixel data on the Texture. Assumes TextureFormats.Bgra8  
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also