PIbd-11_Gorskov_E.M._LabWork03_Simple #3

Closed
Evgeniu wants to merge 4 commits from LabWork03 into LabWork02
Showing only changes of commit 1428ec784d - Show all commits

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);