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