PIbd-22. Fedorenko G.Y. Lab Work 1 #1
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?
Зачтено с понижением балла(ов)
@ -0,0 +53,4 @@
{
_pictureWidth = width;
_pictureHeight = height;
if (_pictureWidth < _planeWidth || _pictureHeight < _planeHeight)
Сначала выполняются проверки и только потом, если они пройдены успешно, запоминаются данные
@ -0,0 +70,4 @@
/// <param name="y">Координата Y</param>
public void SetPosition(int x, int y)
{
_startPosX = Math.Min(x, _pictureWidth - _planeWidth);
Не учтены все условия, при которых объект может выйти за границы
Pull request closed