C# Class FireflyGL.Texture

Afficher le fichier Open project: LukaHorvat/Kento Class Usage Examples

Méthodes publiques

Свойство Type Description
height float
width float

Méthodes publiques

Méthode 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 méthode

public Bind ( ) : void
Résultat void

Texture() public méthode

public Texture ( Bitmap Bmp ) : System.Drawing
Bmp System.Drawing.Bitmap
Résultat System.Drawing

Texture() public méthode

public Texture ( Bitmap Bmp, int Frames ) : System.Drawing
Bmp System.Drawing.Bitmap
Frames int
Résultat System.Drawing

Texture() public méthode

public Texture ( string Path ) : System.Drawing
Path string
Résultat System.Drawing

Texture() public méthode

public Texture ( string Path, int Frames ) : System.Drawing
Path string
Frames int
Résultat System.Drawing

Property Details

height public_oe property

public float height
Résultat float

width public_oe property

public float width
Résultat float