Interface ITexture2D

ITexture2D interface

2D texture

public interface ITexture2D : ITextureUnit

Methods

NameDescription
Load(TextureData)Load texture content from specified Bitmap
Save(TextureData)Save the texture content to external file.
Save(string, string)Save the texture content to external file.
ToBitmap()Convert the texture unit to TextureData instance

See Also