PIbd-22 Chubykina P.P. LabWork_02 #2

Closed
chubykina_polina wants to merge 4 commits from LabWork_02 into LabWork_01
Showing only changes of commit 5ed6618142 - Show all commits

View File

@ -117,8 +117,6 @@ namespace Sailboat.DrawingObjects
return;
}
Pen pen = new(Color.Black);
Brush additionalBrush = new
SolidBrush(EntityBoat.BodyColor);
//основной корпус парусника
Brush Brush = new
@ -140,7 +138,6 @@ namespace Sailboat.DrawingObjects
g.FillEllipse(addBrush, _startPosX + 20, _startPosY + 100, 90, 40);
g.DrawEllipse(pen, _startPosX + 20, _startPosY + 100, 90, 40);
}
}
}