mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Smarter zoom - keep selected elements in sight
This commit is contained in:
parent
d93c9d6a3a
commit
ef5b5deb7a
4 changed files with 62 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue