изменения
This commit is contained in:
parent
7e5430cf3d
commit
8818b8e037
@ -42,7 +42,7 @@ namespace HoistingCrane
|
||||
Bitmap bmp = new(_pictureWidth, _pictureWidth);
|
||||
Graphics gr = Graphics.FromImage(bmp);
|
||||
DrawBackground(gr);
|
||||
DrawBulldozers(gr);
|
||||
DrawHoistingCranes(gr);
|
||||
return bmp;
|
||||
}
|
||||
|
||||
@ -107,7 +107,7 @@ namespace HoistingCrane
|
||||
}
|
||||
}
|
||||
|
||||
private void DrawBulldozers(Graphics gr)
|
||||
private void DrawHoistingCranes(Graphics gr)
|
||||
{
|
||||
int heightEl = _pictureHeight / _placeSizeHeight;
|
||||
int widthEl = _pictureWidth / _placeSizeWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user