remove Method

Summary

Removes the first occurrence of a specific object from the collection.

Syntax

JavaScript Syntax
AnnGradientStopCollection.prototype.remove = function( 
   item 
) 
TypeScript Syntax
remove( 
   item: AnnGradientStop 
): void; 

Parameters

annGradientStop

The object to remove from the collection.

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