Moves the object.
Protected Overridable Sub Move( _
ByVal size As Leadtools.Annotations.AnnSize _
)
protected:
virtual void Move(
Leadtools.Annotations.AnnSize size
)
size
An AnnSize structure that represents the offset to be used when moving the object.
This method is called when the user clicks and drags on the object itself of this AnnEditDesigner. Derived classes can override this method and provide the necessary functionality to update the edited object coordinates. The default implementation calls the AnnObject.Translate method.
For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)
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