Smarter zoom - keep selected elements in sight

This commit is contained in:
Killy 2020-05-01 18:16:33 +03:00
parent d93c9d6a3a
commit ef5b5deb7a
4 changed files with 62 additions and 11 deletions

View file

@ -145,6 +145,10 @@ namespace GreenshotPlugin.Interfaces.Drawing
get;
set;
}
Rectangle DrawingBounds
{
get;
}
void MakeBoundsChangeUndoable(bool allowMerge);
void Transform(Matrix matrix);
void MoveBy(int dx, int dy);