From 9346511d94ff18858d75d06c04885bc36c3dd310 Mon Sep 17 00:00:00 2001 From: Itos Date: Tue, 12 Dec 2023 03:52:44 +0400 Subject: [PATCH] =?UTF-8?q?Lab1=20=D0=97=D0=B0=D0=B2=D0=B5=D1=80=D1=88?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GasolineTanker/GasolineTanker/DrawningGasolineTanker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GasolineTanker/GasolineTanker/DrawningGasolineTanker.cs b/GasolineTanker/GasolineTanker/DrawningGasolineTanker.cs index 8b70eb2..674604f 100644 --- a/GasolineTanker/GasolineTanker/DrawningGasolineTanker.cs +++ b/GasolineTanker/GasolineTanker/DrawningGasolineTanker.cs @@ -134,7 +134,7 @@ namespace GasolineTanker //g.DrawPolygon(pen, pointsBeacon); } /* - //Граница отрисовки объекта + //Граница отрисовки объекта(для безопасности при редактировании) Point[] pointsBorder = { new Point(_startPosX, _startPosY), new Point(_startPosX, _startPosY + _gasolineTankerHeight), new Point(_startPosX + _gasolineTankerWidth, _startPosY + _gasolineTankerHeight),