C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the current AnnEditDesigner operation.
public enum AnnEditDesignerOperation
Public Enum AnnEditDesignerOperation
public enum AnnEditDesignerOperation
typedef enum LTAnnEditDesignerOperation
public enum AnnEditDesignerOperation
Leadtools.Annotations.Core.AnnEditDesignerOperation = function() { };
Leadtools.Annotations.Core.AnnEditDesignerOperation.prototype = {
None = 0x00000000,
MoveThumb = 0x00000001,
Move = 0x00000002,
MoveName = 0x00000003,
Rotate = 0x00000004,
MoveRotateCenterThumb = 0x00000005,
MoveRotateGripperThumb = 0x00000006,
};
public:
enum class AnnEditDesignerOperation sealed
Members
Value | Member | Description |
---|---|---|
0 | None | No operation. |
1 | MoveThumb | The user has clicked and dragged a thumb. |
2 | Move | The user has clicked and dragged the object itself. |
3 | MoveName | The user has clicked and dragged the object name. |
4 | Rotate | The user has clicked and dragged the object while the AnnDesigner is in rotate mode. |
5 | MoveRotateCenterThumb | The user has clicked and dragged the rotate center thumb. For more information, refer to Annotation Rotation Options. |
6 | MoveRotateGripperThumb | The user has clicked and dragged the rotate gripper thumb. For more information, refer to Annotation Rotation Options. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET