startWorking Method

Summary

Begins editing.

Syntax
TypeScript
JavaScript
AnnEditDesigner.prototype.startWorking = function( 
   operation, 
   thumbIndex 
) 
startWorking( 
   operation: AnnEditDesignerOperation, 
   thumbIndex: number 
): boolean; // protected 

Parameters

operation

The current operation.

thumbIndex

The Index of the object being moved (or -1 if no thumb is being moved).

Remarks

Derived classes should call this method after beginning the editing of an object.

Example

For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations

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