Removed Freehand rotate, didn't get it working and changed the resx files from Version 4 to 2 as this causes problems in Visual C# Express 2010

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1743 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-02 17:09:45 +00:00
parent aa7e901680
commit a506c15d18
5 changed files with 27 additions and 31 deletions

View file

@ -592,6 +592,12 @@ namespace Greenshot.Drawing {
Invalidate();
}
public virtual bool CanRotate {
get {
return true;
}
}
public virtual void Rotate(RotateFlipType rotateFlipType) {
// somehow the rotation is the wrong way?
int angle = 90;