mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:46:31 +00:00
add zoom and panning
zoom: ctrl + wheel, zoomed image: ctrl + move mousr
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
namespace Azaion.Annotator.DTO;
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public enum SelectionState
|
||||
{
|
||||
None = 0,
|
||||
NewAnnCreating = 1,
|
||||
AnnResizing = 2,
|
||||
AnnMoving = 3
|
||||
AnnMoving = 3,
|
||||
PanZoomMoving = 4,
|
||||
}
|
||||
Reference in New Issue
Block a user