mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed rotating elements which are just rectangles, like the enum-label.
This commit is contained in:
parent
9d668f5226
commit
c19564b6e3
3 changed files with 15 additions and 5 deletions
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Drawing.Drawing2D;
|
||||
using System.Drawing.Imaging;
|
||||
using System.Windows.Forms;
|
||||
using System.ComponentModel;
|
||||
|
@ -87,6 +88,7 @@ namespace Greenshot.Plugin.Drawing {
|
|||
void HideGrippers();
|
||||
void ShowGrippers();
|
||||
void MoveBy(int x, int y);
|
||||
void Transform(Matrix matrix);
|
||||
bool HandleMouseDown(int x, int y);
|
||||
void HandleMouseUp(int x, int y);
|
||||
bool HandleMouseMove(int x, int y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue