PIbd-22. Smirnov A.A. Lab work 01 #2

Closed
spacyboy wants to merge 2 commits from laba_1 into main
Showing only changes of commit e66fcaaf6a - Show all commits

View File

@ -82,9 +82,6 @@ namespace RoadTrain
Pen pen = new(Color.Black);
Brush additionalBrush = new
SolidBrush(EntityRoadTrain.AdditionalColor);
g.DrawLine(pen, _startPosX, _startPosY , _startPosX + 180, _startPosY ); //держатель для щетки
g.DrawLine(pen, _startPosX, _startPosY+100 , _startPosX + 180, _startPosY + 100); //держатель для щетки
//машина
g.DrawRectangle(pen, _startPosX, _startPosY + 50, 160, 20); //кузов
g.DrawEllipse(pen, _startPosX + 5, _startPosY + 70, 30, 30); //колесо