Доработка лабораторной работы

This commit is contained in:
Evgehil 2024-03-18 10:34:57 +04:00
parent 573c6ff076
commit 1428ec784d

View File

@ -220,7 +220,7 @@ public class DrawingAirplan
{
return;
}
Pen pen = new(Color.Black);
Pen pen = new Pen(EntityAirplan.BodyAirbus);
//корпус
g.DrawRectangle(pen, _startPosX.Value, _startPosY.Value + 20, 100, 20);