ПИбд-21 Лобашов И.Д. 7 лаб базовая #7

Closed
goldfest228 wants to merge 3 commits from lab7 into lab6
Showing only changes of commit 6ed2618ecb - 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;