Сданная лабораторная номер 2

This commit is contained in:
Данила Мочалов 2022-09-27 15:58:43 +04:00
parent 45bf8f801a
commit c3c543ae46
2 changed files with 2 additions and 0 deletions

View File

@ -36,5 +36,6 @@ namespace Locomotive
{
_locomotive?.SetPosition(x, y, width, height);
}
}
}

View File

@ -18,5 +18,6 @@ namespace Locomotive
void DrawningObject(Graphics g);
/// Получение текущей позиции объекта
(float Left, float Right, float Top, float Bottom) GetCurrentPosition();
}
}