C# Class Shooter.MapClasses.TileBounds

Show file Open project: JoeyTheAsian/Just-Force Class Usage Examples

Public Methods

Method Description
findBounds ( double x, double y, int tileSize, int mapWidth, int mapHeight, int screenWidth, int screenHeight ) : void

Method Details

findBounds() public method

public findBounds ( double x, double y, int tileSize, int mapWidth, int mapHeight, int screenWidth, int screenHeight ) : void
x double
y double
tileSize int
mapWidth int
mapHeight int
screenWidth int
screenHeight int
return void