Files
annotations/Azaion.Annotator/DTO/SelectionState.cs
T
Oleksandr Bezdieniezhnykh dd0ece36f2 I like it move it move it
2024-05-18 17:51:38 +03:00

9 lines
143 B
C#

namespace Azaion.Annotator.DTO;
public enum SelectionState
{
None = 0,
NewAnnCreating = 1,
AnnResizing = 2,
AnnMoving = 3
}