moveItem Method

Summary

Moves the item at the specified index to a new location in the collection.

Syntax
TypeScript
JavaScript
LeadPointCollection.prototype.moveItem = function(oldIndex, _newIndex_) 
moveItem(oldIndex: number, newIndex: number): void; // protected 

Parameters

oldIndex

The zero-based index specifying the location of the LeadPointD to be moved.

newIndex

The zero-based index specifying the new location of the LeadPointD.

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.Engine Assembly