insert Method

Summary

Inserts an item into this collection at the specified index.

Syntax
TypeScript
JavaScript
AnnGradientStopCollection.prototype.insert = function( 
   index, 
   item 
) 
insert( 
   index: number, 
   item: AnnGradientStop 
): void; 

Parameters

index

The zero-based index at which the new item should be inserted.

item

The item to insert at the specified index.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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