Moves the object.
offsetX
The horizontal offset to be used when moving the object.
offsetY
The vertical offset to be used when moving the object.
This method is called when the user clicks and drags the AnnEditDesigner object itself. Derived classes may override this method and provide the necessary functionality to update the coordinates of the object being edited. The default implementation is as follows:
// Translate the target object
this.TargetObject.Translate(offsetX, offsetY);
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations
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