protected virtual void MoveThumb( int thumbIndex, LeadPointD offset )
Protected Overridable Sub MoveThumb( _ ByVal thumbIndex As Integer, _ ByVal offset As LeadPointD _ )
protected virtual void MoveThumb( int thumbIndex, LeadPointD offset )
-(void) moveThumbAtIndex:(NSUInteger) thumbIndex toPoint:(LeadPointD) pt;
protected void moveThumb( int thumbIndex, LeadPointD offset )
function Leadtools.Annotations.Designers.AnnEditDesigner.MoveThumb( thumbIndex , offset )
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