ISBd-21. Gordeev.I.V Laba work 01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ElectricLocomotiveBasicLabFirst01"
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?
Зачтено с понижением балла(ов)
@ -0,0 +30,4 @@
{
_pictureWidth = width;
_pictureHeight = height;
if ((_pictureHeight < _LocomoriveHeight) || (_pictureWidth < _LocomotiveWidth))
Сначала выполняются проверки и только потом, если они пройдены успешно, запоминаются данные
@ -0,0 +43,4 @@
{
if (x < 0 || y < 0 || x + _LocomotiveWidth > _pictureWidth || y + _LocomoriveHeight > _pictureHeight)
{
return ;
Нет корректировки координат, если при текущих объект "выходит" за границы
@ -0,0 +6,4 @@
namespace ElectricLocomotive
{
public class EntityElectricLocomotive
Не заданы свойства-признаки
Pull request closed