PIBD-11 Shipilov N.S. Seaplane LabWork01 Simple LabWork1 #1

Closed
NikitaShipilov wants to merge 5 commits from LabWork1 into main
Showing only changes of commit 9d7d666aa8 - Show all commits

View File

@ -42,7 +42,7 @@ namespace ProjectSeaplane
Convert.ToBoolean(random.Next(0,2)), Convert.ToBoolean(random.Next(0, 2))
);
_drawingSeaplane.SetPictureSize(pictureBoxSeaplane.Width, pictureBoxSeaplane.Height);
_drawingSeaplane.SetPosition(pictureBoxSeaplane.Width - 190 - random.Next(10, 100), pictureBoxSeaplane.Height - 85 - random.Next(10, 100));
_drawingSeaplane.SetPosition(random.Next(10, 100), random.Next(10, 100));
Draw();
}