←Select platform

MoveThumb Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
protected override void MoveThumb( 
   int thumbIndex, 
   LeadPointD offset 
) 
Protected Overrides Sub MoveThumb( _ 
   ByVal thumbIndex As Integer, _ 
   ByVal offset As Leadtools.LeadPointD _ 
)  
protected override void MoveThumb(  
   int thumbIndex, 
   Leadtools.LeadPointD offset 
) 
- (void)moveThumbAtIndex:(NSUInteger)thumbIndex toOffset:(LeadPointD)point 
@Override protected void moveThumb( 
             int thumbIndex,  
             LeadPointD pt 
) 
             
 function Leadtools.Annotations.Designers.AnnCrossProductEditDesigner.MoveThumb(  
   thumbIndex , 
   offset  
) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly