public enum AnnEditDesignerOperation
typedef NS_ENUM(NSInteger, LTAnnEditDesignerOperation) {
LTAnnEditDesignerOperationNone = 0,
LTAnnEditDesignerOperationMoveThumb = 1,
LTAnnEditDesignerOperationMove = 2,
LTAnnEditDesignerOperationMoveName = 3,
LTAnnEditDesignerOperationRotate = 4,
LTAnnEditDesignerOperationMoveRotateCenterThumb = 5,
LTAnnEditDesignerOperationMoveRotateGripperThumb = 6,
};
public enum AnnEditDesignerOperation
public:
enum class AnnEditDesignerOperation sealed
class AnnEditDesignerOperation(Enum):
None = 0
MoveThumb = 1
Move = 2
MoveName = 3
Rotate = 4
MoveRotateCenterThumb = 5
MoveRotateGripperThumb = 6
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document