The MoveName Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- size
- An AnnSize structure which represents the offset to be used when moving the object's name.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnEditDesigner Dim size As AnnSize instance.MoveName(size) |
Parameters
- size
- An AnnSize structure which represents the offset to be used when moving the object's name.
For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations
This method is called when the user clicks and drags on the name of the object of this AnnEditDesigner. Derived classes may 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7