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:
Killy 2020-04-27 19:15:08 +03:00
parent 3d39241f82
commit 169dbdccec
4 changed files with 93 additions and 50 deletions

View file

@ -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);