Fixed rotating elements which are just rectangles, like the enum-label.

This commit is contained in:
RKrom 2014-05-31 23:38:12 +02:00
commit c19564b6e3
3 changed files with 15 additions and 5 deletions

View file

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