mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Rework for paste from clipboard
- location is determined by the same code for images and text; - use visible area to determine the location.
This commit is contained in:
parent
3d39241f82
commit
169dbdccec
4 changed files with 93 additions and 50 deletions
|
@ -102,7 +102,6 @@ namespace GreenshotPlugin.Interfaces.Drawing
|
|||
get;
|
||||
set;
|
||||
}
|
||||
void AlignToParent(HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment);
|
||||
void Invalidate();
|
||||
bool ClickableAt(int x, int y);
|
||||
void MoveBy(int x, int y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue