mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:56:29 +00:00
rework to Azaion.Suite
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