mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Toolbar items for effects and rotation
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1740 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
df65e846d7
commit
ee950872e9
8 changed files with 553 additions and 469 deletions
|
@ -31,7 +31,7 @@ namespace Greenshot.Plugin {
|
|||
/// </summary>
|
||||
//public enum HorizontalAlignment {LEFT, CENTER, RIGHT};
|
||||
public enum VerticalAlignment {TOP, CENTER, BOTTOM};
|
||||
public enum Effects { Shadow, TornEdge, Border, Grayscale, Rotate90, Rotate270 };
|
||||
public enum Effects { Shadow, TornEdge, Border, Grayscale, RotateClockwise, RotateCounterClockwise, Invert };
|
||||
|
||||
public enum SurfaceMessageTyp {
|
||||
FileSaved,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue