ISEbd-12_Frolova.A.S._Simple #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork01"
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 +98,4 @@
return;
}
if (x < 0 || x + _drawningCatamaranWidth > _pictureWidth || y < 0 || y + _drawningCatamaranHeight > _pictureHeight)
Если, например, по x есть выход за границу, а по y нет, то смысл менять значение у y?
Pull request closed