Public Member Functions | Properties

Lib3D.Texture Class Reference

List of all members.

Public Member Functions

 Texture (GraphicsSystem graphicsSystem, string file)
 Texture (GraphicsSystem graphicsSystem, Bitmap bitmap)
 Texture (GraphicsSystem graphicsSystem, byte[] data, int width, int height)
void Dispose ()

Properties

string File [get]
int Width [get]
int Height [get]

Constructor & Destructor Documentation

Lib3D.Texture.Texture ( GraphicsSystem  graphicsSystem,
string  file 
)
Lib3D.Texture.Texture ( GraphicsSystem  graphicsSystem,
Bitmap  bitmap 
)
Lib3D.Texture.Texture ( GraphicsSystem  graphicsSystem,
byte[]  data,
int  width,
int  height 
)

Member Function Documentation

void Lib3D.Texture.Dispose (  ) 

Property Documentation

string Lib3D.Texture.File [get]
int Lib3D.Texture.Height [get]
int Lib3D.Texture.Width [get]

The documentation for this class was generated from the following file: