ntcn
This commit is contained in:
commit
d07056b1bd
@ -17,8 +17,7 @@ namespace DoubleDeckerBus
|
||||
{
|
||||
return;
|
||||
}
|
||||
Bitmap bmp = new(pictureBoxBus.Width,
|
||||
pictureBoxBus.Height);
|
||||
Bitmap bmp = new(pictureBoxBus.Width, pictureBoxBus.Height);
|
||||
Graphics gr = Graphics.FromImage(bmp);
|
||||
_drawningBus.DrawTransport(gr);
|
||||
pictureBoxBus.Image = bmp;
|
||||
|
Loading…
Reference in New Issue
Block a user