PIbd-22. Isaeva A.I. Lab work 01 #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PIbd-22. Isaeva A.I. Lab work 01to WIP: PIbd-22. Isaeva A.I. Lab work 01WIP: PIbd-22. Isaeva A.I. Lab work 01to PIbd-22. Isaeva A.I. Lab work 01Зачтено с понижением балла(ов)
@ -0,0 +25,4 @@
public bool Init(int speed, double weight, Color bodyColor, Color additionalColor, int width, int height)
{
pictureWidht = width;
Нет проверки, что объект можно "вписать" в размеры формы
@ -0,0 +36,4 @@
//установка позиции
public void SetPosition(int x, int y)
{
if (x >= 0 && x + airbusWidth <= pictureWidht && y >= 0 && y + airbusHeight <= pictureHeight)
Нет корректировки координат, если при текущих объект "выходит" за границы
@ -0,0 +1,95 @@
namespace AirBus
Имя файла не соответствует имени класса
@ -0,0 +29,4 @@
Draw();
}
private void Form1_Load(object sender, EventArgs e)
Пустых методов быть не должно
Pull request closed