Fix for #1481, checking paste location

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2538 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-03-28 09:56:55 +00:00
parent 8943549eaf
commit f7c0dd744b
3 changed files with 94 additions and 6 deletions

View file

@ -86,6 +86,14 @@ namespace Greenshot.Plugin {
event SurfaceDrawingModeEventHandler DrawingModeChanged;
event SurfaceElementEventHandler MovingElementChanged;
/// <summary>
/// Unique ID of the Surface
/// </summary>
Guid ID {
get;
set;
}
/// <summary>
/// Get/Set the image to the Surface
/// get will give the image as is currently visible