Interface ITexture1D

ITexture1D interface

1D texture

public interface ITexture1D : 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