Fixed most adorner related drawing issues, need to test a few more (freehand)

This commit is contained in:
Robin 2016-05-23 15:39:21 +02:00
commit 5b2d5b1397
7 changed files with 223 additions and 160 deletions

View file

@ -27,6 +27,16 @@ namespace Greenshot.Plugin.Drawing.Adorners
{
public interface IAdorner
{
/// <summary>
/// Returns if this adorner is active
/// </summary>
bool IsActive { get; }
/// <summary>
/// The current edit status, this is needed to locate the adorner to send events to
/// </summary>
EditStatus EditStatus { get; }
/// <summary>
/// The owner of this adorner
/// </summary>