C# Class FireflyGL.Texture

Exibir arquivo Open project: LukaHorvat/Kento Class Usage Examples

Public Properties

Property Type Description
height float
width float

Public Methods

Method Description
Bind ( ) : void
Texture ( Bitmap Bmp ) : System.Drawing
Texture ( Bitmap Bmp, int Frames ) : System.Drawing
Texture ( string Path ) : System.Drawing
Texture ( string Path, int Frames ) : System.Drawing

Method Details

Bind() public method

public Bind ( ) : void
return void

Texture() public method

public Texture ( Bitmap Bmp ) : System.Drawing
Bmp System.Drawing.Bitmap
return System.Drawing

Texture() public method

public Texture ( Bitmap Bmp, int Frames ) : System.Drawing
Bmp System.Drawing.Bitmap
Frames int
return System.Drawing

Texture() public method

public Texture ( string Path ) : System.Drawing
Path string
return System.Drawing

Texture() public method

public Texture ( string Path, int Frames ) : System.Drawing
Path string
Frames int
return System.Drawing

Property Details

height public_oe property

public float height
return float

width public_oe property

public float width
return float