function Leadtools.Annotations.Designers.AnnEditDesigner.moveThumb( thumbIndex , pt )
Parameter | Type | Description |
---|---|---|
thumbIndex | int | Index of the thumb to move. |
pt | LeadPointD | The new position of the thumb. |
This method is called when the user clicks and drags one of the thumb objects of this AnnEditDesigner. Derived classes should override this method and provide the necessary functionality to update the coordinates of the object being edited.The default implementation is an empty function.
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations