Сданная лабораторная номер 2
This commit is contained in:
parent
45bf8f801a
commit
c3c543ae46
@ -36,5 +36,6 @@ namespace Locomotive
|
|||||||
{
|
{
|
||||||
_locomotive?.SetPosition(x, y, width, height);
|
_locomotive?.SetPosition(x, y, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ namespace Locomotive
|
|||||||
void DrawningObject(Graphics g);
|
void DrawningObject(Graphics g);
|
||||||
/// Получение текущей позиции объекта
|
/// Получение текущей позиции объекта
|
||||||
(float Left, float Right, float Top, float Bottom) GetCurrentPosition();
|
(float Left, float Right, float Top, float Bottom) GetCurrentPosition();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user