Error processing SSI file
(Leadtools.Annotations.Designers)

Show in webframe

MoveThumb Method (AnnEditDesigner)







Index of the thumb to move.
The new position of the thumb.
Moves a thumb.
Syntax
protected virtual void MoveThumb( 
   int thumbIndex,
   LeadPointD offset
)
'Declaration
 
Protected Overridable Sub MoveThumb( _
   ByVal thumbIndex As Integer, _
   ByVal offset As LeadPointD _
) 
'Usage
 
Dim instance As AnnEditDesigner
Dim thumbIndex As Integer
Dim offset As LeadPointD
 
instance.MoveThumb(thumbIndex, offset)
protected virtual void MoveThumb( 
   int thumbIndex,
   LeadPointD offset
)
- (void)moveThumbAtIndex:(NSUInteger)thumbIndex toOffset:(LeadPointD)point
protected void moveThumb(
  int thumbIndex, 
  LeadPointD offset
)
            
 function Leadtools.Annotations.Designers.AnnEditDesigner.MoveThumb( 
   thumbIndex ,
   offset 
)

Parameters

thumbIndex
Index of the thumb to move.
offset
The new position of the thumb.
Remarks

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

Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

Error processing SSI file
Leadtools.Annotations.Designers requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features