Interface ITexture1D
ITexture1D interface
1D texture
public interface ITexture1D : ITextureUnit
Methods
| Name | Description |
|---|---|
| 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
- interface ITextureUnit
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D