* Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.

* Issue#218 - Updated mySQL region table.
This commit is contained in:
Adam Frisby
2007-07-23 05:29:52 +00:00
parent 5db16cbd9b
commit b8da9c3a64
19 changed files with 182 additions and 181 deletions

View File

@@ -46,7 +46,7 @@ namespace libTerrain
bmp = new Bitmap(width, height, System.Drawing.Imaging.PixelFormat.Format24bppRgb);
}
public Channel toChannel()
public Channel ToChannel()
{
Channel chan = new Channel(bmp.Width, bmp.Height);
@@ -63,7 +63,7 @@ namespace libTerrain
return chan;
}
public void drawText(string txt, string font, double size)
public void DrawText(string txt, string font, double size)
{
Graphics gd = Graphics.FromImage(bmp);
//gd.DrawString(txt,