mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed most adorner related drawing issues, need to test a few more (freehand)
This commit is contained in:
parent
31db071394
commit
5b2d5b1397
7 changed files with 223 additions and 160 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue