←Select platform

MoveThumb Method

Summary

Provides an implementation of the MoveThumb method for this AnnTextPointerEditDesigner object.

Syntax
C#
VB
Objective-C
C++
Java
protected override void MoveThumb( 
   int thumbIndex, 
   LeadPointD offset 
) 
Protected Overrides Sub MoveThumb( _ 
   ByVal thumbIndex As Integer, _ 
   ByVal offset As LeadPointD _ 
)  
- (void)moveThumbAtIndex:(NSUInteger)thumbIndex toOffset:(LeadPointD)point 
@Override protected void moveThumb( 
             int thumbIndex,  
             LeadPointD pt 
) 
protected:  
   virtual void MoveThumb( 
      Int32 thumbIndex, 
      LeadPointD^ offset 
   ) override 

Parameters

thumbIndex
Index of the thumb to move.

offset
The new position of the thumb.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly