ПИбд-21 Лобашов Иван 5 лаб простая #5

Closed
goldfest228 wants to merge 4 commits from lab5 into lab4
Showing only changes of commit 7725cf692a - Show all commits

View File

@ -95,7 +95,7 @@ namespace SelfPropelledArtilleryUnit.DrawningObjects
public void SetPosition(int x, int y)
{
// TODO: Изменение x, y, если при установке объект выходит за границы
if (x < 0 || y < 0)
if (x < 0 || y < 0 || x + _ustaWidth > _pictureWidth || y + _ustaHeight > _pictureHeight)
{
x = 10;
y = 10;