Moves the object's name.
Protected Overridable Sub MoveName( _
ByVal size As Leadtools.Annotations.AnnSize _
)
protected:
virtual void MoveName(
Leadtools.Annotations.AnnSize size
)
size
An AnnSize structure which represents the offset to be used when moving the object's name.
This method is called when the user clicks and drags on the name of the object of this AnnEditDesigner. Derived classes can override this method and provide the necessary functionality to update the edited object name coordinates. The default implementation modifies the value of the AnnObject.NameOffset property.
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