moveThumb Method

Summary

Moves a thumb.

Syntax

JavaScript Syntax
AnnEditDesigner.prototype.moveThumb = function(thumbIndex, offset) 
TypeScript Syntax
moveThumb(thumbIndex: number, offset: LeadPointD): void; // protected 

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

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