public Bentimark() { f.Start(bmp); f.Fill(Color.FromArgb(255, 255, 255)); f.End(); f2.Start(bmp2); f2.Fill(Color.FromArgb(255, 255, 0)); f2.End(); }