ПИбд-23_Кондратьев_Никита_Lab1 #1

Closed
Itos wants to merge 7 commits from Lab1 into main
Showing only changes of commit 9346511d94 - Show all commits

View File

@ -134,7 +134,7 @@ namespace GasolineTanker
//g.DrawPolygon(pen, pointsBeacon);
}
/*
//Граница отрисовки объекта
//Граница отрисовки объекта(для безопасности при редактировании)
Point[] pointsBorder = { new Point(_startPosX, _startPosY),
new Point(_startPosX, _startPosY + _gasolineTankerHeight),
new Point(_startPosX + _gasolineTankerWidth, _startPosY + _gasolineTankerHeight),