mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[MSPAINT] Add selectionModel.moveSelection and use it
Refactoring. CORE-19094
This commit is contained in:
parent
58c26d3fe6
commit
f935132fbe
5 changed files with 15 additions and 15 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue