mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +00:00
c42faa1e2e
zoom: ctrl + wheel, zoomed image: ctrl + move mousr
10 lines
164 B
C#
10 lines
164 B
C#
namespace Azaion.Common.DTO;
|
|
|
|
public enum SelectionState
|
|
{
|
|
None = 0,
|
|
NewAnnCreating = 1,
|
|
AnnResizing = 2,
|
|
AnnMoving = 3,
|
|
PanZoomMoving = 4,
|
|
} |