точно итоговые корректировки
This commit is contained in:
parent
1d208a3dbe
commit
5ed6618142
@ -117,8 +117,6 @@ namespace Sailboat.DrawingObjects
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Pen pen = new(Color.Black);
|
Pen pen = new(Color.Black);
|
||||||
Brush additionalBrush = new
|
|
||||||
SolidBrush(EntityBoat.BodyColor);
|
|
||||||
|
|
||||||
//основной корпус парусника
|
//основной корпус парусника
|
||||||
Brush Brush = new
|
Brush Brush = new
|
||||||
@ -140,7 +138,6 @@ namespace Sailboat.DrawingObjects
|
|||||||
|
|
||||||
g.FillEllipse(addBrush, _startPosX + 20, _startPosY + 100, 90, 40);
|
g.FillEllipse(addBrush, _startPosX + 20, _startPosY + 100, 90, 40);
|
||||||
g.DrawEllipse(pen, _startPosX + 20, _startPosY + 100, 90, 40);
|
g.DrawEllipse(pen, _startPosX + 20, _startPosY + 100, 90, 40);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user