mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:06:31 +00:00
I like it move it move it
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Azaion.Annotator.DTO;
|
||||
|
||||
public enum SelectionState
|
||||
{
|
||||
None = 0,
|
||||
NewAnnCreating = 1,
|
||||
AnnResizing = 2,
|
||||
AnnMoving = 3
|
||||
}
|
||||
Reference in New Issue
Block a user