Cosmos/source/SteveKernel/DrawingTest.cs
smremde_cp 6feaf4b47c added nibbles demo
added initial vga support
2008-08-03 21:15:54 +00:00

16 lines
320 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
namespace SteveKernel
{
class DrawingTest
{
public DrawingTest()
{
//Bitmap b = new Bitmap(100, 100, System.Drawing.Imaging.PixelFormat.Format8bppIndexed);
}
}
}