Beispiel #1
0
        public static void FillSpace(string path)
        {
            MyBMP bmp = new MyBMP();

            bmp.ReadData(path);
            bmp.FillSpace(10, 10, 300, 200, 0, 0, 0);
            bmp.WriteInFile("Filled1.bmp");
        }