[MSPAINT] Add selectionModel.moveSelection and use it

Refactoring. CORE-19094
This commit is contained in:
Katayama Hirofumi MZ 2023-11-23 14:44:27 +09:00
parent 58c26d3fe6
commit f935132fbe
5 changed files with 15 additions and 15 deletions

View file

@ -52,7 +52,6 @@ public:
VOID CanvasToImage(POINT& pt);
VOID CanvasToImage(RECT& rc);
VOID GetImageRect(RECT& rc);
VOID MoveSelection(INT xDelta, INT yDelta);
VOID getNewZoomRect(CRect& rcView, INT newZoom, CPoint ptTarget);
VOID zoomTo(INT newZoom, LONG left = 0, LONG top = 0);