C# Class GameCreatorGroupProject.SpriteLoader

Exibir arquivo Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Public Methods

Method Description
loadImage ( Bitmap image, bool tile = false ) : int
loadImage ( string filename, Background bg, bool tile = false ) : int
loadImage ( string filename, Sprite spr, bool tile = false ) : int
loadImage ( string filename, bool tile = false ) : int
loadImage ( string filename, int &x, int &y, bool tile = false ) : int

Method Details

loadImage() public method

public loadImage ( Bitmap image, bool tile = false ) : int
image System.Drawing.Bitmap
tile bool
return int

loadImage() public method

public loadImage ( string filename, Background bg, bool tile = false ) : int
filename string
bg Background
tile bool
return int

loadImage() public method

public loadImage ( string filename, Sprite spr, bool tile = false ) : int
filename string
spr Sprite
tile bool
return int

loadImage() public method

public loadImage ( string filename, bool tile = false ) : int
filename string
tile bool
return int

loadImage() public method

public loadImage ( string filename, int &x, int &y, bool tile = false ) : int
filename string
x int
y int
tile bool
return int