←Select platform

MoveThumb Method

Summary
Provides an implementation of the MoveThumb method for this AnnCrossProductEditDesigner 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.