AnnEditDesignerOperation Enumeration

Summary

Indicates the current AnnEditDesigner operation.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnEditDesignerOperation = { 
	none: 0, 
	moveThumb: 1, 
	move: 2, 
	moveName: 3, 
	rotate: 4, 
	moveRotateCenterThumb: 5, 
	moveRotateGripperThumb: 6 
} 
lt.Annotations.Engine.AnnEditDesignerOperation = { 
	none: 0, 
	moveThumb: 1, 
	move: 2, 
	moveName: 3, 
	rotate: 4, 
	moveRotateCenterThumb: 5, 
	moveRotateGripperThumb: 6 
} 

Members

0 None

(0)No operation.

1 MoveThumb

(1)The user has clicked and dragged a thumb.

2 Move

(2)The user has clicked and dragged the object itself.

3 MoveName

(3)The user has clicked and dragged the object name.

4 Rotate

(4)The user has clicked and dragged the object while the AnnDesigner is in rotate mode.

5 MoveRotateCenterThumb

(5)The user has clicked and dragged the rotate center thumb. For more information, refer to Annotation Rotation Options.

6 MoveRotateGripperThumb

(6)The user has clicked and dragged the rotate gripper thumb. For more information, refer to Annotation Rotation Options.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly